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
{
"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