MultiversX MCP Server
@multiversx
About MultiversX MCP Server
MCP Server for MultiversX
Basic information
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
More Other MCP servers
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Codelf
unbugA search tool helps dev to solve the naming things problem.

EverArt
modelcontextprotocolModel Context Protocol Servers
Comments