Back to directory
Veenoway/monad-mcp-server

Veenoway/monad-mcp-server

@Veenoway0

A MCP server for interacting with the Monad blockchain, providing DeFi tools and blockchain functionalities.

monadblockchaindefinfttradingfinance

Installation & Configuration

{
  "mcpServers": {
    "generate-image-mint-nft": {
      "command": "node",
      "args": [
        "/path/to/build/generate-image.js"
      ]
    },
    "deploy-solidity": {
      "command": "node",
      "args": [
        "/path/to/build/deploy-solidity.js"
      ]
    },
    "swap": {
      "command": "node",
      "args": [
        "/path/to/build/swap.js"
      ]
    },
    "monad-faucet": {
      "command": "node",
      "args": [
        "/path/to/build/faucet.js"
      ]
    },
    "analyse-smart-contract": {
      "command": "node",
      "args": [
        "/path/to/build/analyse-smart-contract.js"
      ]
    },
    "user-portfolio": {
      "command": "node",
      "args": [
        "/path/to/build/portfolio.js"
      ]
    },
    "nft-top-holders": {
      "command": "node",
      "args": [
        "/path/to/build/nft-holder.js"
      ]
    },
    "monad-ai-trader": {
      "command": "node",
      "args": [
        "/path/to/build/ai-agent.js"
      ]
    },
    "defi-challenges": {
      "command": "node",
      "args": [
        "/path/to/build/defi-challenge.js"
      ]
    },
    "monad-staking": {
      "command": "node",
      "args": [
        "/path/to/build/staking.js"
      ]
    },
    "send-token": {
      "command": "node",
      "args": [
        "/path/to/build/send-token.js"
      ]
    }
  }
}

Information

Transport
stdio
Language
JavaScript
Created
2025/4/24
Updated
2026/6/7