Installation
Install plugin
Section titled “Install plugin”openclaw plugins install @aiwerk/openclaw-mcp-bridgeUse the scoped name exactly.
openclaw-mcp-bridge(unscoped) is a different npm package.
Register plugin config
Section titled “Register plugin config”~/.openclaw/openclaw.json:
{ "plugins": { "allow": ["openclaw-mcp-bridge"], "entries": { "openclaw-mcp-bridge": { "enabled": true, "config": { "mode": "router", "servers": {}, "toolPrefix": true, "reconnectIntervalMs": 30000, "connectionTimeoutMs": 10000, "requestTimeoutMs": 60000 } } } }}Install server recipe via helper script
Section titled “Install server recipe via helper script”./install-server.sh todoistThis flow translates recipe JSON, writes OpenClaw-native config, updates .env, and restarts gateway.