WeChat MCP Server v0.2.0
This release expands the MCP toolset and fixes the packaging issue that caused installed wechat-mcp commands to fail with ModuleNotFoundError.
Highlights
- Fixed the published wheel so
pip install wechat-mcp-servernow installs an importablewechat_mcppackage and a workingwechat-mcpCLI. Resolves #9. - Added
add_contact_by_wechat_idfor searching a WeChat ID, opening the add-contact flow, and sending a friend request with optional remark, tags, and privacy settings. - Added
publish_moment_without_mediafor creating text-only Moments posts, including draft-only mode withpublish=False. - Improved reliability around search clearing, chat selection, and Moments composer interaction.
Changes Since v0.1.0
- New MCP tool:
add_contact_by_wechat_id(...) - New MCP tool:
publish_moment_without_media(...) - Packaging fix for wheel builds and the installed console script
- Better setup and transport documentation for Claude Desktop, Codex, and local development
- Test cleanup and split smoke scripts for individual tools
Upgrade
pip install -U wechat-mcp-serverNotes
- The project remains macOS-only and depends on WeChat plus Accessibility permissions.
- This is still an alpha release; Accessibility-driven automation may need adjustments when WeChat changes its UI.