Skip to content
Grok

multichain-mcp for Grok

io.github.wkalidev/multichain-mcp

MCP server for AI agents — Stacks, Celo, and Base in one npm package.

client:Grok transport:stdio runtime:npm

Install multichain-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": {
    "multichain-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@wkalidev/multichain-mcp"
      ],
      "env": {
        "MULTICHAIN_LICENSE_KEY": "<MULTICHAIN_LICENSE_KEY>"
      }
    }
  }
}

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

multichain-mcp in other clients