Skip to content
Claude Desktop

OpenClaw Consensus for Claude Desktop

io.github.miconnm/openclaw-consensus-mcp

9-LLM consensus + disagreement scoring + cheapest-route picks to fight hallucinations.

client:Claude Desktop transport:stdio runtime:pypi

Install OpenClaw Consensus 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-consensus-mcp": {
      "command": "uvx",
      "args": [
        "openclaw-consensus-mcp"
      ],
      "env": {
        "RAPIDAPI_KEY": "<RAPIDAPI_KEY>"
      }
    }
  }
}

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

OpenClaw Consensus in other clients