
WeChat MCP
Supports UIby BiboyQG
Automate WeChat on macOS via Accessibility API. Read messages, send replies, and manage contacts with AI.
What it does
WeChat MCP allows LLMs to interact with the WeChat desktop application on macOS. It uses the Accessibility API and screen capture to read chat history, send messages, and manage account activities programmatically.
Tools
fetch_messages_by_chat: Retrieves recent messages from a specified contact or group.reply_to_messages_by_chat: Sends an automated reply to a chat.add_contact_by_wechat_id: Adds a new contact using their WeChat ID.publish_moment_without_media: Publishes text-only Moments posts.
Installation
Install the server via pip:
pip install wechat-mcp-server
Configure Claude Desktop in claude_desktop_config.json:
{
"mcpServers": {
"wechat-mcp": {
"type": "stdio",
"command": "wechat-mcp"
}
}
}
Supported hosts
- claude
- codex
Quick install
pip install wechat-mcp-serverInformation
- Pricing
- free
- Published
- 4/24/2026
- stars






