← Back to Brunu MCP
Connect Claude Desktop
Anthropic's official desktop app. Brunu's tools appear in the slash-command menu and Claude calls them autonomously when you ask probability questions.
Config file
claude_desktop_config.jsonPaste this
{
"mcpServers": {
"brunu": {
"transport": {
"type": "http",
"url": "https://www.brunu.ai/api/mcp"
}
}
}
}Steps
- Open Claude Desktop → Settings → Developer → Edit Config
- Paste the snippet above into claude_desktop_config.json (merge into existing mcpServers if you have other servers)
- Save and fully restart Claude Desktop
- Ask: "What does Brunu predict about X?" — Claude will autonomously use the tools
Test it works
Once connected, ask the AI:
What is Brunu's track record on geopolitical forecasts?The AI should call brunu_get_track_record and quote the live numbers.
Client docs: https://modelcontextprotocol.io/quickstart/user
Issues or want a client added? info@etra.global