Skip to content

Installation

Terminal window
openclaw plugins install @aiwerk/openclaw-mcp-bridge

Use the scoped name exactly. openclaw-mcp-bridge (unscoped) is a different npm package.

~/.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
}
}
}
}
}
Terminal window
./install-server.sh todoist

This flow translates recipe JSON, writes OpenClaw-native config, updates .env, and restarts gateway.