10000 GitHub - Moorvan/wechat-mcp: Model Context Protocol for WeChat
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Moorvan/wechat-mcp

 
 

Repository files navigation

WeChat MCP

Work-In-Progress Documentation

依赖

  • Mac 微信 3.x
  • 电脑里装好 uv
  • 更具 wechat-exporter 的教程安装修改版微信

使用

claude_desktop_config.json 中添加:

{
    "mcpServers": {
        "wechat": {
            "command": "uv",
            "args": [
                "--directory",
                "/Users/bytedance/Developer/llm-tools/wechat-mcp",
                "run",
                "-m",
                "src.mcp"
            ]
        }
    }
}

然后进入 claude desktop, enable MCP 即可

使用时建议每一个 conversation 都 share context 加入 allcontacts://all_contacts 这个 resource。

share context

这个MCP提供以下功能:

  • 读取与某用户的聊天记录
  • 发送消息给某用户

About

Model Context Protocol for WeChat

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%
0