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

コメント

「その他」の他のコンテンツ