wechat-mcp-server

1335907208/wechat-mcp-server
★ 1 stars Python 🤖 AI/LLM Updated today
一个可独立部署的 WeChat MCP Server:内置微信数据库解密与查询能力,提供会话/聊天记录/联系人/收藏/统计等读取工具,并支持风格蒸馏与近实时消息监听,供 Claude Code 等 AI 助手通过 MCP 调用
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "wechat-mcp-server": {
      "command": "uvx",
      "args": [
        "wechat-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install wechat-mcp-server