Skip to content
Claude Desktop

Bitquery MCP Server for Claude Desktop

io.bitquery/mcp

Hosted on-chain data for AI agents: DEX trades, OHLCV, top traders, fund tracing, address labels.

client:Claude Desktop transport:streamable-http

Install Bitquery MCP Server in Claude Desktop

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

{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.bitquery.io"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

Bitquery MCP Server in other clients