MultiversX MCP Server
@multiversx
About MultiversX MCP Server
MCP Server for 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
14Get the balance for a MultiversX address
Get the bech32 address of the wallet set in the environment config
Create a new wallet and save it as a PEM file. PEM file ARE NOT SECURE. If a wallet already exists, will abort operation.
Create a move balance transaction and send it. Will send EGLD using the wallet set in the env to the specified receiver.
Create a fungible token transfer transaction and send it. Will send the specified token using the wallet set in the env to the specified receiver.
Create a nft, sft or meta esdt transfer transaction and send it. Will send the specified token using the wallet set in the env to the specified receiver.
Create a transaction to issue a fungible token and send it. Will issue the token with the specified arguments. All the properties will be set to true.
Create a transaction to issue a semi-fungible collection (SFT) and send it. Will issue the collection with the specified arguments. All the properties will be set to true.
Create a transaction to issue a non-fungible token collection (NFT) and send it. Will issue the collection with the specified arguments. All the properties will be set to true.
Create a transaction to issue a MetaESDT token collection (MESDT) and send it. Will issue the collection with the specified arguments. All the properties will be set to true.
Create a transaction to issue a semi-fungible token (SFT), or a non-fungible token (NFT), or a MetaESDT token for a collection and send it. Please also specify the initial quantity and the royalties.
Get the tokens of an address. Returns the first 25 fungible tokens and the first 25 NFTs, SFTs and MetaESDT. To get more tokens, specify the number of tokens you want to get. Will return the specified number of fungible tokens and the same number of non-fungible. The returned list will contain twice the number of tokens specified, if tokens are available.
Create move balance transactions and send them. Will send EGLD using the wallet set in the env to each specified receiver.
Get the network set in the environment config
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
Basic information
More Other MCP servers
Awesome Mlops
visengerA curated list of references for MLOps
Codelf
unbugA search tool helps dev to solve the naming things problem.
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!

Lemon.io
lemon-ioRequest dedicated senior developers to work on your project, write job descriptions, and prep technical interviews — all without leaving your Claude chat. Just describe what you need, and Lemon.io MCP does the rest. 1–3
Comments