PY

moss-xiaozhi-mcp

by yokochen222/moss-xiaozhi-mcp

2 views

小智AI MCP功能扩充,包含Onvif摄像头画面截取识别,PC软件控制等

automationpythonapiAPI Integration

本工程基于虾哥 MCP实现

原项目地址:https://github.com/78/mcp-calculator

视频展示

https://www.bilibili.com/video/BV1TpTNzbE3u/?vd_source=3cdb33659e80ec67cacea8b3ce284283

环境要求(建议使用conda创建环境)

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

配置

依赖安装完毕后别忘了 创建.env文件 内容如下:

MCP_ENDPOINT = wss://api.xiaozhi.me/mcp/?token=需要改成你的小智后台的MCP接入点

启动

python mcp_pipe.py yo_mcp.py

觉得有用的兄弟们 别忘了点个 star 支持下

注意!!!!由于控制PC设备等功能是基于MacOS实现 win的小伙伴需要自行修改

Install

{
  "mcpServers": {
    "moss-xiaozhi-mcp": {
      "command": "python",
      "args": [
        "mcp_pipe.py",
        "yo_mcp.py"
      ]
    }
  }
}
For more configuration details, refer to the content on the left

Related

Related projects feature coming soon

Will recommend related projects based on sub-categories