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
can your ai run anything? yes it can
mcp server for cloudflare flux schnell worker api.
MCP tool for building Android project and feed back error to LLMs.
Node.js Model Context Protocol (MCP) server providing secure, relative filesystem access for AI agents like Cline/Claude.
A task management Model Context Protocol (MCP) server that helps AI assistants break down user requests into manageable...
A Model Context Protocol (MCP) server that provides web search capabilities through DuckDuckGo, with additional features for content...
An MCP server implementing the think tool for Claude





