universal-blockchain-mcp

Universal Blockchain MCP

ZetaChain universal blockchain CLI integration for AI assistants

npm GitHub stars MIT License

Quick Start

Claude Desktop / Claude Code config
{
  "mcpServers": {
    "universal-blockchain-mcp": {
      "command": "npx",
      "args": ["universal-blockchain-mcp@latest"]
    }
  }
}

Also works with bunx — replace "npx" with "bunx" in the config above