MultiversX MCP Server
@multiversx
MultiversX MCP Server について
MCP Server for 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
「その他」の他のコンテンツ
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Servers
modelcontextprotocolModel Context Protocol Servers
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
コメント