Monad MCP Tutorial

by muhammadalfat

254 downloads
Not rated
GitHub

Description

# 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…

About

# 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…

Details

Author
muhammadalfat
Downloads
254
Categories
Other

- Demonstrates creating an MCP server for Monad testnet
- Provides a tool to check MON token balances
- Integrates with MCP Client (Claude Desktop)
- Uses the Model Context Protocol standard
- Simple setup with npm and TypeScript

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Monad MCP Tutorial
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install dependencies with npm i, then run the server with npx tsx src/server.ts. To run a client that connects to the server, use npx tsx src/client.ts. No additional configuration keys are mentioned.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "monad mcp tutorial": {
            "monad-mcp-tutorial": {
                "command": "npx",
                "args": [
                    "tsx",
                    "src/server.ts"
                ]
            }
        }
    }
}

McpServers

{
    "monad-mcp-tutorial": {
        "command": "npx",
        "args": [
            "tsx",
            "src/server.ts"
        ]
    }
}

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

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.