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"
}
}
}
}
Похожие серверы
DeAI API MCP Server
Interact with the DeAI API for token analysis, holder tracking, and wallet portfolio analytics on Ethereum.
Kubernetes MCP Server
Provides safe, read-only access to Kubernetes cluster resources for debugging and inspection.
Spotify MCP Server
Interact with the Spotify API to manage playlists and control music playback.
Stripe
Interact with Stripe API
Remote MCP Server (Authless)
An example of a remote MCP server deployable on Cloudflare Workers, operating without authentication.
APS MCP Server
A Node.js server for the Model Context Protocol that provides access to the Autodesk Platform Services (APS) API with fine-grained access control.
Remote MCP Server on Cloudflare
A remote MCP server for Cloudflare Workers with OAuth login support, using Cloudflare KV for data storage.
Perspective AI
An AI concierge that turns static forms into adaptive AI conversations. From any MCP client.
Remote MCP Server on Cloudflare
A remote MCP server designed to run on Cloudflare Workers, featuring OAuth login support.
SentryCompanionMcp
Unofficial Sentry MCP that provide unavailable tools on the official MCP.