← Index

io.github.smurfy92/openclaw-control-mcp

io.github.smurfy92/openclaw-control-mcp·v0.4.3·Other
Quality Score
80
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "openclaw-control-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "openclaw-control-mcp"
      ]
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "openclaw-control-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "openclaw-control-mcp"
      ]
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y openclaw-control-mcp
§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Other