1. Conduid
  2. Developer Tools
  3. Avxxoo Xiaozhi MCP
MCP server · Developer Tools

Avxxoo Xiaozhi MCP

小智MCP合集

Unclaimed last commit 7 months ago devtools
46Fair

Scored 4 months ago · breakdown

About Avxxoo Xiaozhi MCP

Avxxoo Xiaozhi MCP is an MCP server published by iflow-mcp in the Developer Tools category: 小智MCP合集. It has been installed 0 times through Conduid.

Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx avxxoo-xiaozhi-mcp

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Avxxoo Xiaozhi MCP

Powered by Claude · Grounded in docs

I know everything about Avxxoo Xiaozhi MCP. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

README

xiaozhi MCP Aggregate | 小智 MCP 集合项目

A powerful interface for extending AI capabilities through remote control, calculations, email operations, knowledge search, and more.

一个强大的接口,用于通过远程控制、计算、邮件操作、知识搜索等方式扩展AI能力。

Overview | 概述

MCP (Model Context Protocol) is a protocol that allows servers to expose tools that can be invoked by language models. Tools enable models to interact with external systems, such as querying databases, calling APIs, or performing computations. Each tool is uniquely identified by a name and includes metadata describing its schema.

MCP(模型上下文协议)是一个允许服务器向语言模型暴露可调用工具的协议。这些工具使模型能够与外部系统交互,例如查询数据库、调用API或执行计算。每个工具都由一个唯一的名称标识,并包含描述其模式的元数据。

Tools | 工具集

  • conversation_dingtalk: Send conversation to dingtalk | 将会话内容发送到钉钉群机器人
  • email_qq: Send email with qq mail account | 使用QQ邮箱发送邮件
  • system: Get server status | 获取服务器状态监控信息包含 CPU、内存、磁盘等使用情况
  • web_webpilot: Web search by WebPilot | 通过 WebPilot 实现联网搜索

Features | 特性

  • 🔌 Bidirectional communication between AI and external tools | AI与外部工具之间的双向通信
  • 🔄 Automatic reconnection with exponential backoff | 具有指数退避的自动重连机制
  • 📊 Real-time data streaming | 实时数据流传输
  • 🛠️ Easy-to-use tool creation interface | 简单易用的工具创建接口
  • 🔒 Secure WebSocket communication | 安全的WebSocket通信

Quick Start | 快速开始

  1. Install dependencies | 安装依赖:
python3 -m venv venv
source venv/bin/activate
pip3 install -r requirements.txt
  1. Set up environment variables | 设置环境变量:
# Copy the .env.example file to your own configuration file, e.g., .env.xiaozhi1
# 参考 .env.example 文件,复制到你自己的配置文件例如 .env.xiaozhi1
  1. Run the example | 运行示例:
# You can run different XiaoZhi MCP access points through different configuration files
# 可以通过不同的配置文件,来运行到不同的多个小智MCP接入点
python mcp_pipe.py aggregate.py --env-file .env.xiaozhi1

Creating Your Own MCP Tools | 创建自己的MCP工具

Here's a simple example of creating an MCP tool | 以下是一个创建MCP工具的简单示例:

  • According to the example in the tools folder, create your own tool | 根据 tools 文件夹中的示例创建自己的工具
  • The tool name is distinguished by function_channel, for example, email_google indicates that it is a Google Mail MCP tool | 工具命名以 功能_渠道区分,例如 email_google 表明是谷歌邮箱的MCP工具
  • Register your tool in aggregate.py | 在 aggregate.py 中注册你的工具
  • Configure the environment variables for your tool in the .env.xxx file (if any) | 在 .env.xxx 文件中配置你的工具的环境变量(如果有的话)
  • If you want to contribute code, you also need to add the environment variables for your tool (if any) in the .env.example file | 如果要贡献代码的话还需要在 .env.example 文件中添加你的工具的环境变量(如果有的话)

Use Cases | 使用场景

  • Mathematical calculations | 数学计算
  • Email operations | 邮件操作
  • Knowledge base search | 知识库搜索
  • Remote device control | 远程设备控制
  • Data processing | 数据处理
  • Custom tool integration | 自定义工具集成

Requirements | 环境要求

  • Python 3.10+
  • websockets>=11.0.3
  • python-dotenv>=1.0.0
  • mcp>=1.8.1
  • pydantic>=2.11.4

FAQ | 常见问题

  • MCP_PIPE - ERROR - Connection error: python-socks is required to use a SOCKS proxy
关闭电脑的系统代理
Close the system proxy on your computer

Contributing | 贡献指南

Contributions are welcome! Please feel free to submit a Pull Request.

欢迎贡献代码!请随时提交Pull Request。

License | 许可证

This project is licensed under the MIT License - see the LICENSE file for details.

本项目采用MIT许可证 - 详情请查看LICENSE文件。

Acknowledgments | 致谢

  • https://github.com/78/mcp-calculator | 完全根据78前辈的计算器mcp,做的外扩
  • Thanks to all contributors who have helped shape this project | 感谢所有帮助塑造这个项目的贡献者
  • Inspired by the need for extensible AI capabilities | 灵感来源于对可扩展AI能力的需求

README mirrored from the source repository 4 months ago. The original is authoritative.

Questions

About Avxxoo Xiaozhi MCP

How do I install Avxxoo Xiaozhi MCP?

Run npx avxxoo-xiaozhi-mcp, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Avxxoo Xiaozhi MCP safe to use with an AI agent?

Its trust score is 46 out of 100 (fair). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Avxxoo Xiaozhi MCP still maintained?

The last commit was 7 months ago, with 0 open issues. That's long enough that you should check whether the maintainer is responding to issues before depending on it.