Monad MCP Server

by lispking
Apache 2.0
3

Integrations

  • Manages environment variables needed for secure configuration of the Monad MCP server

  • Supports cloning the repository to set up the Monad MCP server

  • Hosts the repository for the Monad MCP server code

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

-
security - not tested
A
license - permissive license
-
quality - not tested

A Model Context Protocol server that enables AI models to interact with the Monad testnet for checking token balances, sending transactions, and deploying smart contracts.

  1. What is MCP?
    1. Prerequisites
      1. .env.example Usage
    2. Getting Started
      1. Build the project
      2. Adding the MCP server Configuration
    3. Further Resources

      Related MCP Servers

      • A
        security
        A
        license
        A
        quality
        A Model Context Protocol server that enables AI agents to interact with 30+ Ethereum-compatible blockchain networks, providing services like token transfers, contract interactions, and ENS resolution through a unified interface.
        Last updated -
        28
        94
        146
        TypeScript
        MIT License
      • -
        security
        F
        license
        -
        quality
        A Model Context Protocol server that enables AI assistants to access Flow blockchain data and perform operations such as checking balances, resolving domains, executing scripts, and submitting transactions.
        Last updated -
        JavaScript
        • Linux
        • Apple
      • -
        security
        F
        license
        -
        quality
        A Model Context Protocol server that enables AI agents to interact with the Flow blockchain through RPC calls, supporting account balances, script execution, transactions, domain resolution, and contract interactions.
        Last updated -
        82
        JavaScript
      • -
        security
        A
        license
        -
        quality
        A production-ready Model Context Protocol server implementation that connects AI assistants to the TON blockchain, allowing them to query wallet balances, transaction details, smart contracts, and other blockchain data.
        Last updated -
        TypeScript
        MIT License

      View all related MCP servers

      ID: lwyxdoa4nj