Sponsored by Deepsite.site

Monad Magma MCP

Created By
0xjaywinsa year ago
A simple Model Context Protocol (MCP) server for staking and withdrawing MON tokens on the Magma platform (magmastaking.xyz) on the Monad Testnet
Content

Monad Magma MCP

Features

  • Stake MON: Stake MON tokens to receive gMON.
  • Withdraw MON: Burn gMON to withdraw MON.

Prerequisites

  • Node.js (18.x or later)
  • Git
  • Monad Testnet wallet with MON tokens
  • MCP-compatible client (e.g., Claude)

Setup Commands

Clone Repository

git clone https://github.com/0xjaywins/magma-mcp.git
cd monad-mcp-staking

Install Dependencies

npm install
npm install --save-dev @types/node

Configure .env

  1. Create .env:
    code .env
    
  2. Add:
    PRIVATE_KEY=0xYourPrivateKey
    
    Replace 0xYourPrivateKey with your Monad Testnet private key.
  3. Update src/index.ts with .env path (e.g., /home/yourusername/monad-mcp-staking/.env for Unix, C:\Users\windows\Desktop\monad-mcp-staking\.env for Windows).

Build Project

npm run build

Run Script

node dist/index.js

Windows Setup Tips

  • Use Windows paths (e.g., C:\Program Files\nodejs\node.exe, C:\Users\lenovo\Desktop\magma-mcp\dist\index.js).
  • Claude config for Windows:
    {
      "mcpServers": {
        "monad-mcp": {
          "command": "C:\\Program Files\\nodejs\\node.exe",
          "args": ["C:\\Users\\lenovo\\Desktop\\magma-mcp\\dist\\index.js"]
        }
      }
    }
    

Testing with MCP Inspector

  1. Install:
    npm install @modelcontextprotocol/inspector@0.10.2
    
  2. Get paths:
    which node  # /home/yourUsername/.nvm/versions/node/v23.11.0/bin/node
    pwd  # /home/yourUsername/monad-mcp-staking
    
    Windows: Use C:\Program Files\nodejs\node.exe, C:\Users\lenovo\Desktop\monad-mcp-staking\dist\index.js.
  3. Run:
    npx @modelcontextprotocol/inspector /home/yourUsername/.nvm/versions/node/v23.11.0/bin/node /home/yourUsername/monad-mcp-staking/dist/index.js
    

Configuring Claude

  • Use paths from above.
  • Example claude.json:
    {
      "mcpServers": {
        "monad-mcp": {
          "command": "node",
          "args": ["/home/yourUsername/.nvm/versions/node/v23.11.0/bin/node", "/home/yourUsername/monad-mcp-staking/dist/index.js"]
        }
      }
    }
    

Expected Output

  • Successful Stake:
    Successfully staked 0.2 MON on Magma.
    gMON minted: 0.2 gMON
    Your gMON balance: 0.2 gMON
    Transaction: 0x...
    Explorer: https://testnet.monadexplorer.com/tx/0x...
    
  • MCP Inspector: Displays tool status and transaction logs.
  • Claude: Shows JSON responses with transaction details.

Troubleshooting

  • Invalid .env: Ensure PRIVATE_KEY is correct.
  • Insufficient Funds: Fund wallet with MON/gMON on Monad Testnet.
  • Network Error: Verify RPC (https://testnet-rpc.monad.xyz).
  • Path Issues: Update paths in src/index.ts and Claude config.
Recommend Servers
TraeBuild with Free GPT-4.1 & Claude 3.7. Fully MCP-Ready.
MCP AdvisorMCP Advisor & Installation - Use the right MCP server for your needs
Serper MCP ServerA Serper MCP Server
DeepChatYour AI Partner on Desktop
AiimagemultistyleA Model Context Protocol (MCP) server for image generation and manipulation using fal.ai's Stable Diffusion model.
Baidu Map百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
EdgeOne Pages MCPAn MCP service designed for deploying HTML content to EdgeOne Pages and obtaining an accessible public URL.
ChatWiseThe second fastest AI chatbot™
CursorThe AI Code Editor
Playwright McpPlaywright MCP server
MiniMax MCPOfficial MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.
Zhipu Web SearchZhipu Web Search MCP Server is a search engine specifically designed for large models. It integrates four search engines, allowing users to flexibly compare and switch between them. Building upon the web crawling and ranking capabilities of traditional search engines, it enhances intent recognition capabilities, returning results more suitable for large model processing (such as webpage titles, URLs, summaries, site names, site icons, etc.). This helps AI applications achieve "dynamic knowledge acquisition" and "precise scenario adaptation" capabilities.
Tavily Mcp
RedisA Model Context Protocol server that provides access to Redis databases. This server enables LLMs to interact with Redis key-value stores through a set of standardized tools.
Howtocook Mcp基于Anduin2017 / HowToCook (程序员在家做饭指南)的mcp server,帮你推荐菜谱、规划膳食,解决“今天吃什么“的世纪难题; Based on Anduin2017/HowToCook (Programmer's Guide to Cooking at Home), MCP Server helps you recommend recipes, plan meals, and solve the century old problem of "what to eat today"
Amap Maps高德地图官方 MCP Server
WindsurfThe new purpose-built IDE to harness magic
BlenderBlenderMCP connects Blender to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control Blender. This integration enables prompt assisted 3D modeling, scene creation, and manipulation.
Y GuiA web-based graphical interface for AI chat interactions with support for multiple AI models and MCP (Model Context Protocol) servers.
Visual Studio Code - Open Source ("Code - OSS")Visual Studio Code
Jina AI MCP ToolsA Model Context Protocol (MCP) server that integrates with Jina AI Search Foundation APIs.