Brunu AI
KeepExploring.
← 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.json

Paste this

{
  "mcpServers": {
    "brunu": {
      "transport": {
        "type": "http",
        "url": "https://www.brunu.ai/api/mcp"
      }
    }
  }
}

Steps

  1. Open Claude Desktop → Settings → Developer → Edit Config
  2. Paste the snippet above into claude_desktop_config.json (merge into existing mcpServers if you have other servers)
  3. Save and fully restart Claude Desktop
  4. 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