📦
Mon Magma MCP
mcp tools to stake and unstake on magmastaking.xyz on monad network
0 installs
1 stars
Trust: 41 — Fair
Devtools
Installation
npx mon-magma-mcpAsk AI about Mon Magma MCP
Powered by Claude · Grounded in docs
I know everything about Mon Magma MCP. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
Summary of Commands
Here’s a recap of the prerequisite commands to set up your MCP project:
git clone https://github.com/intellygentle/mon-magma-mcp.git
cd mon-magma-mcp
Install dependencies
npm i --save-dev @types/node
npm isntall
npm install @modelcontextprotocol/sdk zod viem
npm install dotenv
Run configure dotenv
go to dist folder
cd dist
-
create an env file in your dist folder
code .env # fill it with PRIVATE_KEY=0xYourPrivateKey -
get the env directory
pwd # add /env to the output to make your env path -
edit the monad-magma-Tools.ts in the src folder with the path to your env. this is so that claude can load it
go back to the root directory
cd ..
Build Again
npm run build
run the script
node dist/monad-magma-Tools.js
Output will look like this
configure claude json file
- copy the output of which node
which node # it should look like this /home/yourUsername/.nvm/versions/node/v23.11.0/bin/node
- copy the path to your js file
- combine the two to make your claude json setup
-
{ "mcpServers": { "monad-mcp": { "command": "wsl", "args": [ "/home/yourUsername/.nvm/versions/node/v23.11.0/bin/node", "/home/yourUsername/monadMpcTask/dist/monad-magma-Tools.js" ] }
Install MCP inspector
npm install @modelcontextprotocol/inspector@0.10.2
Test with MCP Inspector
be sure to edit "username" use your directory
npx @modelcontextprotocol/inspector /home/username/.nvm/versions/node/v23.11.0/bin/node /home/username/monadMpcTask/dist/monad-magma-Tools.js
- output will look like this
