zc-xiaozhi-tools
Provides integration with Coze as a supported platform, allowing the MCP server to connect to Coze and expose its agent/tool capabilities through the client.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@zc-xiaozhi-toolsWhat's the weather in Beijing?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
本仓库说明(二次开发版):本项目基于 shenjingnan/xiaozhi-client(MIT)fork 并二次开发,更名为
xiaozhi-client-mcp-2026。在保留上游全部能力(小智客户端、多接入点、Web 配置、MCP 聚合、动态工具可见性)的基础上,新增mcps/zc-xiaozhi-tools/模块——把原zc-xiaozhi-mcp-tools的 14 个 Python 工具(网页搜索 / 浏览器控制 opencli / 天气 / 文件剪贴板 / 记忆搜索)模块化迁入,作为外部 stdio MCP server 挂入本客户端。原作者版权与 MIT 许可保持不变(见LICENSE、NOTICE)。
功能特色
支持 小智(xiaozhi.me) 官方服务器接入点
支持 作为普通 MCP Server 集成到 Cursor/Cherry Studio 等客户端
支持 配置多个小智接入点,实现多个小智设备共享一个 MCP 配置
支持 通过标准方式聚合多个 MCP Server
支持 动态控制 MCP Server 工具的可见性,避免由于无用工具过多导致的小智服务端异常
支持 本地化部署的开源服务端集成,你可以使用和小智官方服务端一样的 RPC 通信或直接使用标准 MCP 集成方式
支持 Web 网页可视化配置(允许自定义 IP 和端口,你能将 xiaozhi-client 部署在设备 A,然后在设备 B 通过网页控制 xiaozhi-client)
支持 集成 ModelScope 的远程 MCP 服务
支持 通过模板创建 xiaozhi-client 项目 (xiaozhi create <my-app> --template <template-name>)
支持 后台运行(xiaozhi start -d)


Related MCP server: Sentinel Core Agent
快速上手
你可以阅读文档 xiaozhi-client.shenjingnan.com 快速上手!
本地安装
前置条件:请先完成 Node.js >=22(推荐 24)与 pnpm 的安装
# 安装
pnpm install -g xiaozhi-client
# 创建应用
xiaozhi create my-app
# 进入应用目录
cd my-app
# 安装依赖
pnpm install
# 小智AI配置MCP接入点的 [使用说明](https://ccnphfhqs21z.feishu.cn/wiki/HiPEwZ37XiitnwktX13cEM5KnSb)
xiaozhi config set mcpEndpoint "<从小智服务端获取到的接入点地址>"
# 启动服务
xiaozhi start
# 浏览器打开 http://localhost:9999 如果你使用的是NAS部署请使用 http://<部署设备的IP地址>:9999使用 Docker 运行
我们提供了预配置的 Docker 镜像,可以快速启动 xiaozhi-client 环境。
前置要求
已安装 Docker
已获取小智接入点地址(参见小智 AI 配置 MCP 接入点的使用说明)
快速启动
方式一:使用启动脚本(推荐)
curl -fsSL https://raw.githubusercontent.com/shenjingnan/xiaozhi-client/main/docker/scripts/start.sh | bash无法访问
Github可以使用Gitee替代
curl -fsSL https://gitee.com/shenjingnan/xiaozhi-client/raw/main/docker/scripts/start.sh | bash方式二:使用 Docker Compose
获取 docker-compose.yml 文件:
curl -O https://raw.githubusercontent.com/shenjingnan/xiaozhi-client/main/docker/docker-compose.yml无法访问
Github可以使用Gitee替代
curl -O https://gitee.com/shenjingnan/xiaozhi-client/raw/main/docker/docker-compose.yml# 使用 Docker Compose 启动
docker-compose up -d
# 查看日志
docker-compose logs -f
# 停止服务
docker-compose down贡献者
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Stealth web browser for agents: search, fetch, click, download and type in persistent MCP sessions.
Personal assistant MCP server with search, execute, packages, jobs, secrets, and integrations.
Your memory, everywhere AI goes. Build knowledge once, access it via MCP anywhere.
Scrape, crawl and search the web for AI agents via MCP.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceEnables web browsing capabilities for locally served LLMs through URL text fetching, link extraction, and web search using Brave and DuckDuckGo engines. Designed to enhance LLMs with real-time web access through the MCP protocol.MIT
- FlicenseNot gradedqualityDmaintenanceEnables file system operations, web scraping, and AI-powered search through MCP tools for use by LLM agents.1-
- AlicenseNot gradedqualityDmaintenanceEnables Google web search via MCP, compatible with gemini-cli's google_web_search tool.21Apache 2.0
- AlicenseNot gradedqualityBmaintenanceEnables AI agents to perform web searches with full content retrieval and multi-engine provenance, including trust scoring and local corpus persistence, via MCP integration.32Apache 2.0
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/openclawzhangchong/xiaozhi-client-mcp-2026'
If you have feedback or need assistance with the MCP directory API, please join our Discord server