monad-mcp-server

monad-mcp-server

3.1

If you are the rightful owner of monad-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

This project demonstrates how to create a Model Context Protocol (MCP) server that interacts with the Monad testnet to check MON token balances.

Monad MCP Tutorial

This project demonstrates how to create a MCP server that interacts with the Monad testnet. The MCP server provides a tool for checking MON token balances on the Monad testnet.

What is MCP?

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

In this tutorial, we're creating an MCP server that allows MCP Client (Claude Desktop) to query Monad testnet to check MON balance of an account.

How to Run?

</> npm i </> run server: npx tsx src/server.ts </> run client: npx tsx src/client.ts