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)
npmoryarnorpnpm- Claude Desktop
.env.example Usage
This project uses an .env.example file to manage environment variables. To use it, follow these steps:
- Copy the
.env.examplefile and rename it to.env. - Open the
.envfile and fill in the necessary environment variables according to your needs. - Make sure not to commit the
.envfile to the repository to protect your sensitive information.
Getting Started
- Clone this repository
git clone https://github.com/lispking/monad-mcp-server.git
- 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
Monad MCP Server
Project Details
- lispking/monad-mcp-server
- Apache License 2.0
- Last Updated: 4/30/2025
Recomended MCP Servers
a test
🚀 All-in-one MCP server with AI search, RAG, and multi-service integrations (GitLab/Jira/Confluence/YouTube) for AI-enhanced development workflows. Folk from...
mcp-server
Sample DatoCMS website built with GatsbyJS
This MCP (Model Context Protocol) server is integrated into Claude's MCP and maintained by SailFish
Hacker News MCP Server
MCP Server enabling LLM Agents to interact with Gel databases





