MCP.so
登录

MultiversX MCP Server

@multiversx

关于 MultiversX MCP Server

MCP Server for MultiversX

基本信息

分类

其他

许可证

View license

运行时

node

传输方式

stdio

发布者

multiversx

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "multiversx-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@multiversx/mcp"
      ],
      "env": {
        "MVX_NETWORK": "devnet",
        "MVX_WALLET": "absolute/path/to/someWallet.pem"
      }
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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

评论

其他 分类下的更多 MCP 服务器