Back to Apps

wxauto-mcp
by barantt
Automate WeChat operations via MCP, enabling LLMs to send and receive messages from the WeChat Windows client.
0 stars
Works in:Cursor
Exposes:Tools
What it does
wxauto-mcp connects an AI model to the WeChat Windows client, allowing the AI to interact with contacts and groups by sending messages and retrieving chat history.
Tools
send_message: Sends a text message to a specified contact or group.get_all_messages: Retrieves chat history from a specified contact or group.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"wxauto-mcp": {
"command": "uv",
"args": [
"--directory",
"path/to/wxauto-mcp",
"run",
"wxauto_mcp.py"
]
}
}
}
Supported hosts
- Claude Desktop
- Cursor
Quick install
git clone https://github.com/barantt/wxauto-mcp.git && cd wxauto-mcp && uv syncInformation
- Pricing
- free
- Published
- 6/14/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
Add to mcp.json: { "wxauto-mcp": { "command": "uv", "args": [ "--directory", "path/to/wxauto-mcp", "run", "wxauto_mcp.py" ] } }Claude Desktop
{
"mcpServers": {
"wxauto-mcp": {
"command": "uv",
"args": [
"--directory",
"path/to/wxauto-mcp",
"run",
"wxauto_mcp.py"
]
}
}
}





