Skip to content

universal blockchain for Grok

io.github.expertvagabond/universal-blockchain

ZetaChain universal blockchain MCP server

client:Grok transport:stdio runtime:npm

Install universal blockchain in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "universal-blockchain": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "universal-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

universal blockchain in other clients