Skip to main content
Glama

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 探测不会启动、关闭、重启或解锁微信。

F
license - not found
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • F
    license
    -
    quality
    D
    maintenance
    Enables 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
  • A
    license
    -
    quality
    B
    maintenance
    基于MCP技术,实现微信聊天记录获取和消息发送的自动化操作,支持获取指定日期的聊天记录、向单个或多个好友发送消息。
    111
    MIT
  • F
    license
    -
    quality
    D
    maintenance
    MCP server for WeChat automation, supporting message sending, chat history retrieval, and contact list management via SSE protocol.
    5

View all related MCP servers

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

View all MCP Connectors

Latest Blog Posts

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