monad-mcp-server-cursor

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 or yarn
  • Cursor IDE

Getting Started

  1. Clone this repository
  2. Install dependencies:
npm install
  1. Build the project:
npm run build
  1. Start the server:
npm run start

Usage in Cursor

Once the server is running, you can use it directly in Cursor's chat interface:

  1. Check MON balance:

    • "Check MON balance for [address]"
    • "What's my MON balance?"
  2. Request swaps:

    • "Swap [amount] MON for USDC"
    • "I want to swap some MON for USDC"

Project Structure

  • src/server.ts - Main MCP server implementation
  • src/test-client.ts - Test client for development
  • package.json - Project dependencies and scripts
  • tsconfig.json - TypeScript configuration

License

ISC