Skip to content
Windsurf

monad mcp for Windsurf

io.github.pareen/monad-mcp

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

client:Windsurf transport:stdio runtime:npm

Install monad mcp in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

{
  "mcpServers": {
    "monad-mcp": {
      "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>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

monad mcp in other clients