Skip to content
Grok

nockchain mcp for Grok

io.github.winter0x/nockchain-mcp

Community-built read-only Nockchain access: balances, payment verification, blocks, node health.

client:Grok transport:stdio runtime:npm

Install nockchain mcp in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "nockchain-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "nockchain-mcp"
      ],
      "env": {
        "NOCKCHAIN_ENDPOINTS": "<NOCKCHAIN_ENDPOINTS>",
        "NOCKCHAIN_MAX_STALENESS_SECONDS": "<NOCKCHAIN_MAX_STALENESS_SECONDS>",
        "NOCKCHAIN_MAX_HEIGHT_LAG": "<NOCKCHAIN_MAX_HEIGHT_LAG>"
      }
    }
  }
}

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

nockchain mcp in other clients