What is the io.github.pareen/monad-mcp MCP server?
Monad blockchain gateway for AI agents: balances, transfers, swaps, DeFi, with Privy signing.
How to install io.github.pareen/monad-mcp
Copy-paste configuration for popular MCP clients.
PRIVY_APP_IDPrivy app ID (dashboard.privy.io). Required for write tools.
PRIVY_APP_SECRETsecretPrivy app secret. Required for write tools.
MONAD_DEFAULT_NETWORKDefault Monad network: 'mainnet' or 'testnet'.
{
"mcpServers": {
"monad-mcp": {
"command": "npx",
"args": [
"-y",
"monad-mcp"
],
"env": {
"PRIVY_APP_ID": "<YOUR_PRIVY_APP_ID>",
"PRIVY_APP_SECRET": "<YOUR_PRIVY_APP_SECRET>",
"MONAD_DEFAULT_NETWORK": "<YOUR_MONAD_DEFAULT_NETWORK>"
}
}
}
}{
"mcpServers": {
"monad-mcp": {
"command": "npx",
"args": [
"-y",
"monad-mcp"
],
"env": {
"PRIVY_APP_ID": "<YOUR_PRIVY_APP_ID>",
"PRIVY_APP_SECRET": "<YOUR_PRIVY_APP_SECRET>",
"MONAD_DEFAULT_NETWORK": "<YOUR_MONAD_DEFAULT_NETWORK>"
}
}
}
}{
"mcpServers": {
"monad-mcp": {
"command": "npx",
"args": [
"-y",
"monad-mcp"
],
"env": {
"PRIVY_APP_ID": "<YOUR_PRIVY_APP_ID>",
"PRIVY_APP_SECRET": "<YOUR_PRIVY_APP_SECRET>",
"MONAD_DEFAULT_NETWORK": "<YOUR_MONAD_DEFAULT_NETWORK>"
}
}
}
}{
"servers": {
"monad-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"monad-mcp"
],
"env": {
"PRIVY_APP_ID": "<YOUR_PRIVY_APP_ID>",
"PRIVY_APP_SECRET": "<YOUR_PRIVY_APP_SECRET>",
"MONAD_DEFAULT_NETWORK": "<YOUR_MONAD_DEFAULT_NETWORK>"
}
}
}
}claude mcp add monad-mcp --env PRIVY_APP_ID=<YOUR_PRIVY_APP_ID> --env PRIVY_APP_SECRET=<YOUR_PRIVY_APP_SECRET> --env MONAD_DEFAULT_NETWORK=<YOUR_MONAD_DEFAULT_NETWORK> -- npx -y monad-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.