monad-mcp-server-cursor
3.1
If you are the rightful owner of monad-mcp-server-cursor and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A simple MCP server that allows checking MON balances and performing basic operations on the Monad testnet through Cursor's chat interface.
Monad MCP Server
A simple MCP server that allows checking MON balances and performing basic operations on the Monad testnet through Cursor's chat interface.
Features
- Check MON token balances on Monad testnet
- Simple interface for basic operations
Prerequisites
- Node.js (v16 or later)
npm
oryarn
- Cursor IDE
Getting Started
- Clone this repository
- Install dependencies:
npm install
- Build the project:
npm run build
- Start the server:
npm run start
Usage in Cursor
Once the server is running, you can use it directly in Cursor's chat interface:
-
Check MON balance:
- "Check MON balance for [address]"
- "What's my MON balance?"
-
Request swaps:
- "Swap [amount] MON for USDC"
- "I want to swap some MON for USDC"
Project Structure
src/server.ts
- Main MCP server implementationsrc/test-client.ts
- Test client for developmentpackage.json
- Project dependencies and scriptstsconfig.json
- TypeScript configuration
License
ISC