✨ From vibe coding to vibe deployment. UBOS MCP turns ideas into infra with one message.

Learn more

Monad MCP Server

This MCP server interacts with the Monad testnet and offers a range of capabilities. These include checking MON token balances, sending transactions, deploying smart contracts, and more.

What is MCP?

The Model Context Protocol (MCP) is a standard that allows AI models to interact with external tools and services.

Prerequisites

  • Node.js (v16 or later)
  • npm or yarn or pnpm
  • Claude Desktop

.env.example Usage

This project uses an .env.example file to manage environment variables. To use it, follow these steps:

  1. Copy the .env.example file and rename it to .env.
  2. Open the .env file and fill in the necessary environment variables according to your needs.
  3. Make sure not to commit the .env file to the repository to protect your sensitive information.

Getting Started

  1. Clone this repository
git clone https://github.com/lispking/monad-mcp-server.git
  1. Install dependencies:
pnpm i

Build the project

pnpm build

The server is now ready to use!

Adding the MCP server Configuration

{
  "mcpServers": {
    ...
    "monad-mcp": {
      "command": "node",
      "args": [
        "/<path-to-project>/build/index.js"
      ],
      "env": {
        "PRIVATE_KEY": "<your private key>"
      }
    }
  }
}

Further Resources

  • Model Context Protocol Documentation
  • Monad Documentation
  • Viem Documentation

Featured Templates

View More
Verified Icon
AI Assistants
Speech to Text
137 1882
Customer service
Service ERP
126 1188
AI Assistants
AI Chatbot Starter Kit v0.1
140 913
AI Engineering
Python Bug Fixer
119 1433

Start your free trial

Build your solution today. No credit card required.

Sign In

Register

Reset Password

Please enter your username or email address, you will receive a link to create a new password via email.