Skip to content
Cursor

monad mcp for Cursor

io.github.pareen/monad-mcp

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

client:Cursor transport:stdio runtime:npm

Install monad mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

monad mcp in other clients