wxauto-mcp
Automates WeChat on Windows, providing tools for sending messages, adding and agreeing to friend requests, monitoring conversations, reading visible messages, uploading media, and posting moments, with serialized execution via a queue.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@wxauto-mcpsend a WeChat message to mom saying I'm on my way"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
wxauto-mcp
Windows 微信 MCP 服务,提供 UIA 探测和微信自动化工具,并通过单消费者队列串行执行。
能力
只读探测微信 UIA 可用性
加好友、检查或同意好友申请
发送消息、监听单个或多个会话、读取可见消息
上传媒体、发布朋友圈、读取最近朋友圈验证结果
SQLite 任务记录、同类待执行任务去重、单 worker 串行操作微信
Streamable HTTP、Bearer Token、真实动作双重确认
本项目只提供 MCP 服务,不包含 GUI、托盘、独立调用客户端、定时调度或大模型模块。
Related MCP server: mcp_server_wechat
安装与启动
要求 Windows 10/11、Python 3.10+、已登录的微信 PC 端,以及未锁屏的交互式桌面。
python -m pip install -e .
python -m wxclient.mcp_server --allow-real-actions默认端点是 http://127.0.0.1:8765/mcp。远程部署、安全配置、工具参数和扩展方式见
MCP 服务文档。
打包
python -m pip install -e ".[build]"
python scripts\build_mcp_onefile.py --dry-run
python scripts\build_mcp_onefile.py产物为 dist\wxclient-mcp.exe。
保留的架构边界
wxclient/
mcp_server/ # HTTP MCP、鉴权、工具注册、媒体上传
queue/ # SQLite 任务与单消费者 worker
wechat_api/ # pyweixin 二次封装
uia_probe/ # 只读 UIA 状态探测
config/ # Windows 微信运行参数所有微信 UI 动作必须通过 mcp_server -> queue -> wechat_api,不能在 MCP 工具函数中
直接操作窗口。UIA 探测不会启动、关闭、重启或解锁微信。
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceEnables automated WeChat operations on Windows through pywinauto, allowing users to send messages to multiple friends or groups programmatically. Provides tools for searching contacts, sending bulk messages, and controlling WeChat interface elements via MCP protocol.16
- Alicense-qualityBmaintenance基于MCP技术,实现微信聊天记录获取和消息发送的自动化操作,支持获取指定日期的聊天记录、向单个或多个好友发送消息。111MIT
- Flicense-qualityCmaintenanceMCP server for WeChat PC automation, enabling message sending, voice/video calls, and AI-powered listening through Cursor or WorkBuddy.2
- Flicense-qualityDmaintenanceMCP server for WeChat automation, supporting message sending, chat history retrieval, and contact list management via SSE protocol.5
Related MCP Connectors
Managed LinkedIn MCP server for AI agents: search, connect, message and enrich on accounts you own.
Official Octoparse MCP server for template discovery, cloud tasks, and structured data export.
Reasoning, code, anti-deception, memory harness MCP tools. Stdio or HTTPS api.ejentum.com/mcp
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/YangChengTeam/wxauto'
If you have feedback or need assistance with the MCP directory API, please join our Discord server