0xjaywins
MCP Server0xjaywinspublic

magma mcp

A simple Model Context Protocol (MCP) server for staking and withdrawing MON tokens on the Magma platform (magmastaking.xyz) on the Monad Testnet

Repository Info

0
Stars
0
Forks
0
Watchers
0
Issues
TypeScript
Language
-
License

About This Server

A simple Model Context Protocol (MCP) server for staking and withdrawing MON tokens on the Magma platform (magmastaking.xyz) on the Monad Testnet

Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.

Documentation

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.

Quick Start

1

Clone the repository

git clone https://github.com/0xjaywins/magma-mcp
2

Install dependencies

cd magma-mcp
npm install
3

Follow the documentation

Check the repository's README.md file for specific installation and usage instructions.

Repository Details

Owner0xjaywins
Repomagma-mcp
LanguageTypeScript
License-
Last fetched8/10/2025

Recommended MCP Servers

💬

Discord MCP

Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.

integrationsdiscordchat
🔗

Knit MCP

Connect AI agents to 200+ SaaS applications and automate workflows.

integrationsautomationsaas
🕷️

Apify MCP Server

Deploy and interact with Apify actors for web scraping and data extraction.

apifycrawlerdata
🌐

BrowserStack MCP

BrowserStack MCP Server for automated testing across multiple browsers.

testingqabrowsers

Zapier MCP

A Zapier server that provides automation capabilities for various apps.

zapierautomation