wxauto-mcp
@barantt
关于 wxauto-mcp
自动化微信操作的mcp server
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"wxauto-mcp": {
"command": "uv",
"args": [
"sync"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is wxauto-mcp?
wxauto-mcp is a Model Context Protocol (MCP) server that enables large language models to interact with the WeChat client on Windows. It uses the wxauto library to send and receive WeChat messages, allowing LLMs to automate WeChat conversations.
How to use wxauto-mcp?
Install uv, clone the repository, run uv sync in the project directory, then configure the server in Claude Desktop or Cursor by adding a JSON entry that points uv to run wxauto_mcp.py with the correct path.
Key features of wxauto-mcp?
- send_message: Send a message to a contact or group (requires
msgandto; optionalatfor @-mention). - get_all_messages: Retrieve chat history for a contact or group (requires
who; optionalload_morefor older messages). - Only works on Windows with a specific WeChat version (see wxauto documentation).
- Uses the wxauto library for all WeChat interaction.
- Configured as an MCP server for Claude Desktop or Cursor.
Use cases of wxauto-mcp?
- Automate sending WeChat messages to contacts or groups.
- Retrieve and analyze recent chat history from a specific conversation.
- Build AI-powered assistants that respond to messages in WeChat.
- Trigger WeChat notifications from other automated workflows.
FAQ from wxauto-mcp
Does wxauto-mcp work on macOS or Linux?
No, this MCP server only works on Windows systems.
What WeChat version is required?
The server has a version restriction on WeChat; refer to the wxauto documentation for the supported environment.
How do I install wxauto-mcp?
Install uv, clone the repository, run uv sync, then add the server configuration to Claude Desktop or Cursor using the provided JSON example.
Can I send messages to group chats?
Yes, use the send_message tool with the group name as the to parameter. You can also @-mention someone with the optional at parameter.
Does wxauto-mcp store chat data?
No, the server only retrieves messages from the WeChat client on demand; it does not store any history or data persistently.
其他 分类下的更多 MCP 服务器

EverArt
modelcontextprotocolModel Context Protocol Servers
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Awesome Mlops
visengerA curated list of references for MLOps
评论