Work-In-Progress Documentation
- Mac 微信 3.x
- 电脑里装好
uv - 更具 wechat-exporter 的教程安装修改版微信
在 claude_desktop_config.json 中添加:
{
"mcpServers": {
"wechat": {
"command": "uv", // 或者输入 `uv` 所在的绝对路径
"args": [
"--directory",
"<path-to-wechat-agent>", // 该 git repo 的绝对路径
"run",
"-m",
"src.mcp"
]
}
}
}然后进入 claude desktop, enable MCP 即可
使用时建议每一个 conversation 都 share context 加入 allcontacts://all_contacts 这个 resource。
这个MCP提供以下功能:
- 读取与某用户的聊天记录
- 发送消息给某用户