weixin-mcp-server

linnnnnnnnnnnnnnnnnnnnn/weixin-mcp-server
★ 0 stars Python Communication Updated today
微信 MCP Server,基于 pyweixin,兼容微信 4.1+
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

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

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

README Excerpt

微信 MCP Server,基于 `pyweixin`,兼容微信 **4.1+**(最新 4.1.12)。 - ✅ 兼容微信 **4.1.12**(最新官方版) - ✅ 基于 `pyweixin`(非 pywechat) - ✅ 9 个 MCP 工具:发消息、发文件、查聊天记录、搜索联系人等 - ✅ 通过 Hermes MCP 标准协议接入 - ✅ 支持开机自启动 ```bash pip install pyweixin ``` ```bash git clone https://github.com/linnnnnnnnnnnnnnnnnnnnn/weixin-mcp-server.git cp -r weixin-mcp-server ~/.hermes/mcp/

Tools (9)

wechat_get_chat_historywechat_get_statuswechat_open_dialogwechat_run_commandwechat_search_contactswechat_send_filewechat_send_messagewechat_send_multiple_messageswechat_send_to_multiple_friends