Fire in da houseTop Tip:Paying $100+ per month for Perplexity, MidJourney, Runway, ChatGPT and other tools is crazy - get all your AI tools in one site starting at $15 per month with Galaxy AI Fire in da houseCheck it out free

mcp-server-wechat

MCP.Pizza Chef: interiv

mcp-server-wechat is an MCP server that implements MCP protocol functionality for the PC version of WeChat. It allows embedding systems to expose WeChat's real-time context and interaction capabilities to LLMs, enabling automated workflows and enhanced communication management. The server requires Python environment setup and integrates with tools like VSCode and cline for seamless operation.

Use This MCP server To

Expose PC WeChat chat context to LLMs for automated responses Enable LLM-driven message sending and interaction in WeChat Integrate WeChat data into AI-enhanced workflows and agents Automate WeChat contact and group management via LLM commands Monitor WeChat conversations for keyword alerts or summaries

README

mcp-server-wechat

实现pc端微信的mcp服务功能 就这么一个文件,自行安装依赖,自行创建虚拟环境.

vscode+cline

大致在 C:\Users\Administrator\AppData\Roaming\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json 增加如下

{
    "mcp-wechat": {
      "command": "D:\\PythonCode\\mcp-wechat\\mcp-wechat\\.venv\\Scripts\\python",
      "args": [
        "D:\\PythonCode\\mcp-wechat\\mcp-wechat\\main.py"
      ],
      "disabled": false,
      "autoApprove": [
        "wechat"
      ]
    }
}

"D:\PythonCode\mcp-wechat\mcp-wechat\main.py" 换成你文件位置 "D:\PythonCode\mcp-wechat\mcp-wechat\.venv\Scripts\python" 换成你的虚拟环境位置

mcp-server-wechat FAQ

How do I install mcp-server-wechat?
Install Python dependencies, create a virtual environment, and run main.py as per instructions.
Can I use mcp-server-wechat with VSCode?
Yes, it integrates with VSCode and cline via configuration in cline_mcp_settings.json.
Is mcp-server-wechat limited to any WeChat version?
It is designed specifically for the PC version of WeChat.
What programming language is mcp-server-wechat written in?
It is implemented in Python.
Does mcp-server-wechat support multiple LLM providers?
Yes, it is provider-agnostic and works with OpenAI, Claude, Gemini, and others.
How do I configure the command and arguments for mcp-server-wechat?
Update the command and args fields in cline_mcp_settings.json with your Python and script paths.
Can mcp-server-wechat handle multiple WeChat accounts?
The current implementation focuses on a single PC WeChat instance but can be extended.
Is the communication between MCP host and mcp-server-wechat secure?
Security depends on your environment setup; MCP protocol supports scoped and observable interactions.