Xiaozhi MCPTools
一个图形化界面的小智MCP服务连接器,包含多种工具! 自动部署服务,方便小白给小智Ai添加MCP工具
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
Maintainer
Works with
Installation
Manual Installation
npx xiaozhi-mcptoolsConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
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)
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-MCPToolsInstall Python dependencies
Install the required Python packages listed in the project's requirements file.
pip install -r requirements.txtLaunch 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.batConfigure 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.
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.
Xiaozhi MCPTools Alternatives — Similar Coding Agents Servers
Looking for alternatives to Xiaozhi MCPTools? Here are other popular coding agents servers you can use with Claude, Cursor, and VS Code.
Dify
★ 142.2kProduction-ready platform for agentic workflow development.
Ruflo
★ 54.0k🌊 The leading agent orchestration platform for Claude. Deploy intelligent multi-agent swarms, coordinate autonomous workflows, and build conversational AI systems. Features enterprise-grade architecture, self-learning swarm intelligence, RAG integrat
Goose
★ 45.7kan open source, extensible AI agent that goes beyond code suggestions - install, execute, edit, and test with any LLM
Antigravity Awesome Skills
★ 38.3kInstallable GitHub library of 1,400+ agentic skills for Claude Code, Cursor, Codex CLI, Gemini CLI, Antigravity, and more. Includes installer CLI, bundles, workflows, and official/community skill collections.
AgentScope
★ 25.5kBuild and run agents you can see, understand and trust.
Serena
★ 24.5kA coding agent toolkit that provides IDE-like semantic code retrieval and editing tools, enabling LLMs to efficiently navigate and modify codebases using symbol-level operations instead of basic file reading and string replacements.
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.
Set Up Xiaozhi MCPTools in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
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.