Skip to content
Grok

monad mcp for Grok

io.github.pareen/monad-mcp

Monad blockchain gateway for AI agents: balances, transfers, swaps, DeFi, with Privy signing.

client:Grok transport:stdio runtime:npm

Install monad 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": {
    "monad-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "monad-mcp"
      ],
      "env": {
        "PRIVY_APP_ID": "<PRIVY_APP_ID>",
        "PRIVY_APP_SECRET": "<PRIVY_APP_SECRET>",
        "MONAD_DEFAULT_NETWORK": "<MONAD_DEFAULT_NETWORK>"
      }
    }
  }
}

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

monad mcp in other clients