drio
Open app

xPilot MCP Server Library

Source

MCP Server Library for xPilot

Catalog onlyCatalog onlySTDIO

Overview

The xPilot MCP Server Library is a collection of implementations for the Model Context Protocol (MCP), which standardizes how applications provide context to large language models (LLMs). It allows xPilot to enhance the capabilities of LLMs by providing necessary context and additional tools for task completion.

To use the xPilot MCP Server Library, clone the repository, install the required dependencies, and configure the MCP servers using the provided example configuration file. Ensure that you have Node.js, Python, and Rust installed as prerequisites.

  • Implements multiple MCP servers for various functionalities. - Provides a structured configuration for server management. - Supports integration with MultiversX API and SDK CLI tools.
  1. Enhancing LLMs with contextual information for better responses.
  2. Facilitating API service requests and responses through the MultiversX API.
  3. Providing CLI tools for Python and Rust SDKs.

Add to your AI client

Use these steps to connect xPilot MCP Server Library in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.

Cursor

Add this to your .cursor/mcp.json file in your project root, then restart Cursor.

.cursor/mcp.json

{
  "mcpServers": {
    "xpilot-mcp-library-unievo": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-xpilot-mcp-library-unievo"
      ]
    }
  }
}

Claude Desktop

Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.

~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

{
  "mcpServers": {
    "xpilot-mcp-library-unievo": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-xpilot-mcp-library-unievo"
      ]
    }
  }
}

Claude Code

Add this to your project's .mcp.json file. Claude Code will detect it automatically.

.mcp.json (project root)

{
  "mcpServers": {
    "xpilot-mcp-library-unievo": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-xpilot-mcp-library-unievo"
      ]
    }
  }
}

VS Code (Copilot)

Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.

.vscode/mcp.json

{
  "servers": {
    "xpilot-mcp-library-unievo": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-xpilot-mcp-library-unievo"
      ]
    }
  }
}

Windsurf

Add this to your Windsurf MCP config file, then restart Windsurf.

~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "xpilot-mcp-library-unievo": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-xpilot-mcp-library-unievo"
      ]
    }
  }
}

Cline

Open Cline settings, navigate to MCP Servers, and add this server configuration.

Cline MCP Settings (via UI)

{
  "mcpServers": {
    "xpilot-mcp-library-unievo": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-xpilot-mcp-library-unievo"
      ]
    }
  }
}

FAQ

What is the Model Context Protocol (MCP)?

MCP is an open protocol that standardizes how applications provide context to LLMs, enabling better task completion.

How do I contribute to the xPilot MCP Server Library?

Contributions are welcome! You can submit a Pull Request to add new implementations or extend existing functionalities.

What are the prerequisites for using this library?

You need Node.js, Python, and Rust installed to run the servers and CLI tools.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":2129,"uuid":"bff1560c-5e0c-45e9-b840-ab67db5e4df9","name":"xpilot-mcp-library","title":"xPilot MCP Server Library","description":"MCP Server Library for xPilot","avatar_url":"https://avatars.githubusercontent.com/u/2406493?v=4","created_at":"2025-03-09T03:40:41.182Z","updated_at":"2025-03-12T10:19:31.040Z","status":"created","author_name":"unievo","author_avatar_url":"https://avatars.githubusercontent.com/u/2406493?v=4","tags":"[]","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/unievo/xpilot-mcp-library","target":"_self","content":"$29","summary":"$2a","img_url":"https://github.com/unievo/xpilot-mcp-library/raw/main/docs/img/configure_mcp_servers.png","type":null,"metadata":"{\"star\":\"0\",\"license\":\"\",\"language\":\"JavaScript\",\"is_official\":false,\"latest_commit_time\":\"2025-03-09 22:16:31\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]

xPilot MCP Server Library — MCP Registry