MCP.so
Sign In
Servers

MultiversX MCP Server

@multiversx

MCP Server for MultiversX

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "multiversx-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@multiversx/mcp"
      ],
      "env": {
        "MVX_NETWORK": "devnet",
        "MVX_WALLET": "absolute/path/to/someWallet.pem"
      }
    }
  }
}

More from Other