Skip to content
Grok

blockchain mcp for Grok

io.github.mrfentmen/blockchain-mcp

Bitcoin blockchain data: latest block height, block info, address info, and mempool fee...

client:Grok transport:stdio runtime:npm

Install blockchain mcp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "blockchain-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@mrfentmen/blockchain-mcp"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

blockchain mcp in other clients