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 服务器

该 MCP 服务器与 Monad 测试网交互,并提供一系列功能,包括检查 MON 代币余额、发送交易、部署智能合约等等。

什么是 MCP?

模型上下文协议 (MCP) 是一种允许 AI 模型与外部工具和服务交互的标准。

先决条件

  • Node.js(v16 或更高版本)
  • npmyarnpnpm
  • 克劳德桌面

.env.example 用法

本项目使用.env.example文件来管理环境变量。使用方法如下:

  1. 复制.env.example文件并将其重命名为.env
  2. 打开.env文件,根据需要填写必要的环境变量。
  3. 确保不要将.env文件提交到存储库以保护您的敏感信息。

入门

  1. 克隆此存储库
git clone https://github.com/lispking/monad-mcp-server.git
  1. 安装依赖项:
pnpm i

构建项目

pnpm build

服务器现在可以使用了!

添加 MCP 服务器配置

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

更多资源

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

模型上下文协议服务器,使 AI 模型能够与 Monad 测试网交互,以检查代币余额、发送交易和部署智能合约。

  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