Odel
monad mcp

monad mcp

Local
@pareen2TypeScriptMITUpdated 2mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmmonad-mcpv0.2.1

Run

npx -y monad-mcp

MCP client config

{
  "mcpServers": {
    "monad-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "monad-mcp"
      ]
    }
  }
}