Skip to content
Cursor

openclaw control mcp for Cursor

io.github.smurfy92/openclaw-control-mcp

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

client:Cursor transport:stdio runtime:npm

Install openclaw control mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

openclaw control mcp in other clients