moss-xiaozhi-mcp
This project is an automation tool based on MCP, specifically designed for controlling PC devices on MacOS. It is set up to manage dependencies in a Python environment and is designed for easy configuration. Users can connect through the specified MCP endpoint to utilize its features.
GitHub Stars
59
User Rating
Not Rated
Forks
11
Issues
1
Views
1
Favorites
0
README
本工程基于虾哥 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的小伙伴需要自行修改