Skip to content
Claude Desktop

Base Intel MCP for Claude Desktop

io.github.selflabbs/base-intel-mcp

Read-only on-chain intelligence for AI agents on Base: balances, tokens, gas, tx status.

client:Claude Desktop transport:streamable-http

Install Base Intel MCP in Claude Desktop

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

{
  "mcpServers": {
    "base-intel-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://base.selflabbs.com/mcp"
      ]
    }
  }
}

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

Base Intel MCP in other clients