MultiversX MCP Server
Interact with the MultiversX blockchain for wallet creation, balance fetching, and token management.
MultiversX MCP Server
This is an MCP Server created to work with the MultiversX blockchain. It provides basic functionality like creating PEM wallets, getting the wallet address, getting the balance of the wallet and sending tokens (EGLD, Fungible, SFT, NFT, MetaESDT).
Overview
- Create a wallet. Creates a PEM wallet at:
~/.multiversx/wallet.pem. - Get the current network set for the environment.
- Get the wallet address set in the envirnment.
- Fetch the balance of an address.
- Send tokens.
- Issue tokens.
Adding to Claude Desktop via JSON
Ensure you have Claude Desktop installed.
Open or create the Claude configuration file:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/Claude/claude_desktop_config.json
Add the mcp server to your configuration:
{
"mcpServers": {
"multiversx-mcp": {
"command": "npx",
"args": [
"-y",
"@multiversx/mcp"
],
"env": {
"MVX_NETWORK": "devnet",
"MVX_WALLET": "absolute/path/to/someWallet.pem"
}
}
}
}
Adding to cursor
The same JSON configuration from above works for Cursor (version >= 0.47). Add the config in the ~/.cursor/mcp.json config file. Or alternatively, go to Cursor Settings -> MCP section, then add a new MCP.
Build from source
Clone the repository, then run npm run build.
In the config file, set the server to the one you've just built.
{
"mcpServers": {
"multiversx-mcp": {
"command": "node",
"args": [
"absolute/path/to/index.js"
],
"env": {
"MVX_NETWORK": "devnet",
"MVX_WALLET": "absolute/path/to/someWallet.pem"
}
}
}
}
Related Servers
AWS MCP Servers
Access AWS documentation, best practices, and service integrations via the Model Context Protocol.
Binance MCP Server
Access the Binance Futures API for trading, account management, and market data.
Weather MCP Server
Provides current weather data and allows for city comparisons.
Linode MCP Server
Manage Linode cloud infrastructure resources through natural language conversation.
Authless Remote MCP Server
An authentication-free, remote MCP server designed for deployment on Cloudflare Workers.
快递100 MCP Server (Python)
Access logistics information services from Kuaidi100, including package tracking, shipping cost estimation, and delivery time prediction. Requires a Kuaidi100 API key.
Open-Meteo
Access global weather forecasts and historical data through the Open-Meteo API.
fal-ai/hidream-i1-full
Generate high-quality images using the fal-ai/hidream-i1-full model via the fal.ai API.
Freshservice
Interact with Freshservice modules for IT service management operations.
Remote MCP Server on Cloudflare
A remote MCP server for Cloudflare Workers with OAuth login support, using Cloudflare KV for storage.