openclaw-mcp-plugin
v0.2.1
Published
MCP client plugin for OpenClaw (routes tool calls to a configurable Streamable HTTP MCP server)
Downloads
464
Maintainers
Readme
openclaw-mcp-plugin
OpenClaw plugin that routes tool calls to a Streamable HTTP MCP server (configured via URL).
Requires OpenClaw's new Plugin SDK runtime (this package externalizes openclaw/* imports and expects the host to provide them) and Node.js >=22.
Tools are discovered from the MCP server via listTools() and registered dynamically in OpenClaw.
Configuration
Set via plugins.entries.openclaw-mcp-plugin.config:
mcpUrl(string): MCP server endpoint. Default:http://127.0.0.1:12306/mcptransport(auto|streamable-http|sse): Transport preference. Default:autoclientName(string): Optional MCP client name shown to the server
Installation
openclaw plugins install --pin openclaw-mcp-plugin
openclaw plugins enable openclaw-mcp-plugin
openclaw config set 'plugins.entries["openclaw-mcp-plugin"].config.mcpUrl' "http://127.0.0.1:12306/mcp"