Xiaozhi MCPTools

v1.0.0Coding Agentsstable

一个图形化界面的小智MCP服务连接器,包含多种工具! 自动部署服务,方便小白给小智Ai添加MCP工具

mcp-servermcp-toolsxiaozhi-ai
Share:
39
Stars
0
Downloads
0
Weekly
0/5

What is Xiaozhi MCPTools?

Xiaozhi MCPTools is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to 一个图形化界面的小智mcp服务连接器,包含多种工具! 自动部署服务,方便小白给小智ai添加mcp工具

一个图形化界面的小智MCP服务连接器,包含多种工具! 自动部署服务,方便小白给小智Ai添加MCP工具

This server falls under the Coding Agents category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • 一个图形化界面的小智MCP服务连接器,包含多种工具! 自动部署服务,方便小白给小智Ai添加MCP工具

Use Cases

Deploy and manage MCP tools for Xiaozhi AI with automatic service deployment and graphical interface support.
ZhongZiTongXue

Maintainer

LicenseMIT
Languagepython
Versionv1.0.0
UpdatedApr 28, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx xiaozhi-mcptools

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Xiaozhi MCPTools

Xiaozhi MCPTools is a graphical MCP connector designed to make it easy for non-technical users to add MCP tools to the Xiaozhi AI assistant on Windows. The package bundles over 50 tools across computer control, open web APIs, ALAPI integrations, and music player control, all deployable through a simple GUI without touching config files by hand. It is especially suited for Xiaozhi AI users who want capabilities like system screenshots, file operations, stock lookups, weather queries, and Luoxue music control connected to their AI in minutes.

Prerequisites

  • Windows 10 or later (the graphical installer targets Windows)
  • Python 3.10 or higher installed and added to PATH
  • Xiaozhi AI client configured and running
  • An ALAPI token from alapi.cn if you want the ALAPI tool category (free registration)
1

Clone or download the repository

Download the project from GitHub. The repository includes batch files that automate service startup and deployment.

git clone https://github.com/ZhongZiTongXue/xiaozhi-MCPTools.git
cd xiaozhi-MCPTools
2

Install Python dependencies

Install the required Python packages listed in the project's requirements file.

pip install -r requirements.txt
3

Launch the graphical connector

Run the provided batch file (Windows) to open the GUI. From the GUI, you can select which tool categories to enable and configure API tokens for ALAPI without editing files manually.

start.bat
4

Configure ALAPI token (optional)

If you want the 11 ALAPI tools (delivery tracking, holiday queries, trending content), register at alapi.cn, copy your token, and paste it into the ALAPI token field in the GUI.

5

Connect to Xiaozhi AI

Point your Xiaozhi AI client to the MCP endpoint exposed by the connector. The GUI displays the server address once running. Add it to your Xiaozhi AI MCP server list.

{
  "mcpServers": {
    "xiaozhi-mcptools": {
      "command": "python",
      "args": ["server.py"],
      "cwd": "/path/to/xiaozhi-MCPTools"
    }
  }
}

Xiaozhi MCPTools Examples

Client configuration

Example MCP client config for connecting to the Xiaozhi MCPTools server running locally.

{
  "mcpServers": {
    "xiaozhi-mcptools": {
      "command": "python",
      "args": ["server.py"],
      "cwd": "C:/path/to/xiaozhi-MCPTools",
      "env": {
        "ALAPI_TOKEN": "your_alapi_token_here"
      }
    }
  }
}

Prompts to try

Example tasks you can ask Xiaozhi AI once the MCP tools are connected.

- "Take a screenshot of my current screen and describe what's open."
- "What is today's weather in Beijing?"
- "Look up the current stock price for 600519 (Moutai)."
- "Search for and play the song '晴天' by Jay Chou in Luoxue Music."
- "Open the browser and navigate to github.com."

Troubleshooting Xiaozhi MCPTools

Python version error on startup

Xiaozhi MCPTools requires Python 3.10 or higher. Run 'python --version' to check. If you have multiple Python installations, ensure the correct one is first in your PATH.

ALAPI tools return authentication errors

Register a free account at alapi.cn to get a valid token. Paste the token into the ALAPI token field in the GUI or set it in the ALAPI_TOKEN environment variable before starting the server.

GUI does not open on Windows

Ensure you are running start.bat as a regular user (not administrator) and that Python is in your system PATH. If the batch file closes immediately, open a Command Prompt, navigate to the project directory, and run it manually to see the error output.

Frequently Asked Questions about Xiaozhi MCPTools

What is Xiaozhi MCPTools?

Xiaozhi MCPTools is a Model Context Protocol (MCP) server that 一个图形化界面的小智mcp服务连接器,包含多种工具! 自动部署服务,方便小白给小智ai添加mcp工具 It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Xiaozhi MCPTools?

Follow the installation instructions on the Xiaozhi MCPTools GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with Xiaozhi MCPTools?

Xiaozhi MCPTools works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Xiaozhi MCPTools free to use?

Yes, Xiaozhi MCPTools is open source and available under the MIT license. You can use it freely in both personal and commercial projects.

Browse More Coding Agents MCP Servers

Explore all coding agents servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "xiaozhi-mcptools": { "command": "npx", "args": ["-y", "xiaozhi-mcptools"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Xiaozhi MCPTools?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides