Skip to content
Cline

monad mcp for Cline

io.github.pareen/monad-mcp

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

client:Cline transport:stdio runtime:npm

Install monad mcp in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

monad mcp in other clients