MCP.so
登录

Monad Magma MCP

@0xjaywins

关于 Monad 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

基本信息

分类

其他

运行时

node

传输方式

stdio

发布者

0xjaywins

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "magma-mcp": {
      "command": "node",
      "args": [
        "dist/index.js"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Monad Magma MCP?

Monad Magma MCP is an MCP server that enables staking and withdrawing of MON tokens on the Monad Testnet via the Magma protocol. It is built for developers and users who want to interact with Magma staking through MCP-compatible clients like Claude.

How to use Monad Magma MCP?

Clone the repository, install dependencies, configure a .env file with your Monad Testnet private key, then build and run the project. Configure your MCP client (e.g., Claude) with the path to the compiled dist/index.js file. On Windows, adjust file paths accordingly and use the provided Claude configuration example.

Key features of Monad Magma MCP

  • Stake MON tokens to receive gMON.
  • Withdraw MON by burning gMON.
  • Integrates with Monad Testnet.
  • Displays transaction hash and explorer link.
  • Configurable via .env and MCP client settings.

Use cases of Monad Magma MCP

  • Liquid staking on Monad Testnet using Magma.
  • Testing staking workflows with MCP-compatible AI assistants.
  • Automating MON delegation and withdrawal with Claude.

FAQ from Monad Magma MCP

What are the prerequisites?

Node.js 18 or later, Git, a Monad Testnet wallet with MON tokens, and an MCP-compatible client such as Claude.

How do I configure the .env file?

Create a .env file in the project directory and add PRIVATE_KEY=0xYourPrivateKey, replacing with your Monad Testnet private key.

What does staking MON do?

It stakes MON tokens and receives gMON tokens. The transaction hash and Monad Testnet explorer link are printed in the output.

How do I troubleshoot an insufficient funds error?

Ensure your wallet has enough MON tokens on the Monad Testnet to cover the stake amount.

How do I set up on Windows?

Use Windows file paths (e.g., C:\Users\lenovo\Desktop\magma-mcp) and configure Claude with the full path to node.exe and the dist/index.js file.

评论

其他 分类下的更多 MCP 服务器