The WeChat MCP Server Integration project enables the implementation of MCP (Message Control Protocol) services for the PC version of WeChat. This project is designed to be lightweight and straightforward, requiring users to set up their own dependencies and virtual environments.
To configure the WeChat MCP Server Integration, follow these steps:
Create a virtual environment and install the necessary dependencies listed in requirements.txt
.
VSCode Configuration:
C:\Users\Administrator\AppData\Roaming\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
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"
with the actual path to your main.py
file."D:\\PythonCode\\mcp-wechat\\mcp-wechat\\.venv\\Scripts\\python"
with the path to your virtual environment's Python executable.Once configured, the WeChat MCP Server Integration will be ready to use. The server will handle MCP services for the PC version of WeChat, enabling seamless message control and management.