MCP.so
Sign In

MultiversX MCP Server

@multiversx

About MultiversX MCP Server

MCP Server for MultiversX

Basic information

Category

Other

License

View license

Runtime

node

Transports

stdio

Publisher

multiversx

Config

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"
      }
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is MultiversX MCP Server?

An MCP server for interacting with the MultiversX blockchain. It provides functionality to create PEM wallets, retrieve wallet addresses and balances, and send tokens (EGLD, fungible, SFT, NFT, MetaESDT). Designed for use with AI assistants such as Claude Desktop and Cursor.

How to use MultiversX MCP Server?

Add the server configuration to your Claude Desktop or Cursor MCP config file. Set environment variables MVX_NETWORK (e.g., "devnet") and MVX_WALLET (absolute path to a PEM file). Optionally build from source by cloning the repo and running npm run build, then point the server to the built index.js.

Key features of MultiversX MCP Server

  • Create a PEM wallet at ~/.multiversx/wallet.pem.
  • Get the current network environment.
  • Retrieve the configured wallet address.
  • Fetch the balance of a given address.
  • Send

Comments

More Other MCP servers