Skip to content
Claude Desktop

OpenClaw MCP Server for Claude Desktop

io.github.freema/openclaw-mcp

MCP server bridging Claude.ai/Desktop with self-hosted OpenClaw via OAuth 2.1.

client:Claude Desktop transport:stdio runtime:npm

Install OpenClaw MCP Server in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "openclaw-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "openclaw-mcp"
      ],
      "env": {
        "OPENCLAW_URL": "<OPENCLAW_URL>",
        "OPENCLAW_GATEWAY_TOKEN": "<OPENCLAW_GATEWAY_TOKEN>",
        "OPENCLAW_MODEL": "<OPENCLAW_MODEL>",
        "OPENCLAW_TIMEOUT_MS": "<OPENCLAW_TIMEOUT_MS>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

OpenClaw MCP Server in other clients