Odel
openclaw control mcp

openclaw control mcp

Local
@smurfy921TypeScriptMITUpdated 2mo ago

MCP server bridging Claude Code to the OpenClaw gateway management plane via JSON-RPC.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmopenclaw-control-mcpv0.6.0

Run

npx -y openclaw-control-mcp

MCP client config

{
  "mcpServers": {
    "openclaw-control-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "openclaw-control-mcp"
      ]
    }
  }
}