(Monad MCP Plugin)
April 22, 2025 ยท View on GitHub
A custom MCP plugin to fetch MON balances using wallet addresses or private keys on Monad Testnet.
๐ Quick Setup
1. Clone & Install
git clone https://github.com/everest1508/moncp-server.git
cd moncp-server
npm install
2. Add Your Private Key
{
"mcpServers": {
"Node.js MCP Server": {
"command": "/path/to/node",
"args": ["/path/to/mcp-server.js"],
"env": {
"PRIVATE_KEY": "add private key here"
}
}
}
}
3. Use It in Cursor ๐งฉ
- Restart Cursor
- Use
getBalance,getBalanceFromPrivateKey, oradd - Done โ