mcpbeat Sign in

Monad MCP Server

local only

Monad MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 36 installs a week from npm. Last commit 15 Jun 2026.

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

Installs per day peak 27 · avg 7 · -13% w/w
a month agotoday
36
Installs / week
npm · monad-mcp
2
Stars
1 open issues
15 Jun 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 18 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Page executes code built at runtime site/index.html:405
document.getElementById("usecases-list").innerHTML = USECASES.map((c) => `

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add monad-mcp -- npx -y monad-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "monad-mcp": {
      "args": [
        "-y",
        "monad-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.monad-mcp]
command = "npx"
args = ["-y", "monad-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "monad-mcp": {
      "args": [
        "-y",
        "monad-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "monad-mcp": {
      "args": [
        "-y",
        "monad-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: PRIVY_APP_ID (Privy app ID (dashboard.privy.io). Required for write tools.), PRIVY_APP_SECRET (Privy app secret. Required for write tools.), MONAD_DEFAULT_NETWORK (Default Monad network: 'mainnet' or 'testnet'.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Monad MCP

same job, measured the same way
Bvcc Agent Wallet
by blockventurechaincapital

Non-custodial BVCC Agent Wallet on-chain for AI agents: balances, transfers, approvals, swaps.

124 installs/wk local only
I
Keyban Agent Wallet
by keyban-prod-mcp

Give an AI agent its own blockchain wallet: balances, USDC transfers, x402 payments under policy.

284 installs/wk local only
Nansen
by nansen-ai

Blockchain analytics API for AI agents. Smart Money signals, wallet profiling, token analytics.

50 tools answering
Qubic MCP
by fyllepo

MCP server for Qubic — balances, prices, transfers, wallets, and more.

69 installs/wk local only
Blockscout MCP Server
by smithery

Provide AI agents and automation tools with contextual access to blockchain data including balance…

answering
Fuse Network
by fuse

MCP server for Fuse Network: balances, tokens, staking, DeFi data, swaps and on-chain transactions.

50 tools answering
FlexYield — blockchain RPC gateway
by flexyield

RPC gateway for agents: six mainnets, measured failover, a key without signup, pay per call in USDC.

35 tools answering
MCP Server Decisions
by roberton003

Decision tracking with prediction validation and outcome gates for AI agents

66 installs/wk local only

Monad MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Monad MCP?
Monad MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package monad-mcp was installed 36 times last week.
How do I connect Monad MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls monad-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Monad MCP?
The npm package monad-mcp was installed 36 times in the last week. Week over week that is -13%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Monad MCP open source?
Yes — it is published under the MIT licence, written in TypeScript, 2 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.