PC端微信MCP服务实现
实现PC端微信的MCP服务功能,支持通过虚拟环境运行。
快速入门
-
克隆仓库:
git clone https://github.com/interiv/mcp-server-wechat.git
-
安装依赖:自行配置Python虚拟环境并安装所需依赖。
-
配置文件:在
C:\Users\Administrator\AppData\Roaming\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
中添加如下内容:{ "mcp-wechat": { "command": "你的Python虚拟环境路径", "args": [ "你的main.py文件路径" ], "disabled": false, "autoApprove": [ "wechat" ] } }
-
启动服务:在终端中运行
python main.py
(确保路径正确)。