MCP.so
登录

xPilot MCP Server Library

@unievo

关于 xPilot MCP Server Library

MCP Server Library for xPilot

基本信息

分类

开发工具

运行时

node

传输方式

stdio

发布者

unievo

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

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

概览

What is xPilot MCP Server Library?

The xPilot MCP Server Library provides MCP server implementations for xPilot, enabling context and tools for LLMs via the Model Context Protocol. It focuses on MultiversX blockchain services, offering API access and SDK CLI tool resources.

How to use xPilot MCP Server Library?

Clone the repository into [HOME]/Documents/xPilot/mcp, install dependencies using npm install in each server directory, and configure xPilot’s mcp_settings.json file to point to the server scripts. xPilot automatically updates the servers when the configuration changes.

Key features of xPilot MCP Server Library

  • MCP servers for MultiversX API, Python SDK CLI, and Rust SDK CLI
  • Auto-update on configuration changes
  • Configurable via mcp_settings.json with command, args, env, disabled, and autoApprove options
  • Open source with server templates for extending functionality
  • Requires Node.js, Python, Rust, and MultiversX SDKs (mxpy, sc-meta)

Use cases of xPilot MCP Server Library

  • Allow LLMs to query MultiversX blockchain data via the API service
  • Enable LLMs to execute MultiversX Python CLI commands (mxpy)
  • Enable LLMs to run MultiversX Rust CLI tools (sc-meta) for smart contract development
  • Provide contextual blockchain information for development tasks
  • Automate MultiversX operations through natural language instructions

FAQ from xPilot MCP Server Library

What is the Model Context Protocol (MCP)?

The Model Context Protocol is an open protocol that standardizes how applications provide context to LLMs, allowing xPilot to add new tools and resources.

Which servers are included?

The library includes three servers: MultiversX API Service, MultiversX Python SDK CLI, and MultiversX Rust SDK CLI.

What are the prerequisites for using the servers?

Node.js is required for running the servers; Python and Rust are needed for the SDK CLI tools. Additionally, MultiversX mxpy and sc-meta must be installed.

How do I configure the servers in xPilot?

Edit the mcp_settings.json file with entries for each server, specifying command, args, env, disabled, and autoApprove fields. xPilot monitors this file and updates servers automatically.

Can I create my own MCP server implementations?

Yes, the repository provides server templates and encourages contributions to extend the library or create new implementations for other use cases.

评论

开发工具 分类下的更多 MCP 服务器