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
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Nginx UI
0xJackyYet another WebUI for Nginx
コメント