WeChat MCP Server
Related Servers
Alternatives to WeChat MCP Server
No user-submitted related servers found.
Related Servers
- FlicenseNot gradedqualityBmaintenanceProvides AI clients read-only access to WeChat chat history by extracting and decrypting the local Mac database, enabling search, summary, and analysis of messages.-
- AlicenseNot gradedqualityCmaintenanceEnables AI agents to query local WeChat chat data through read-only MCP tools, including sessions, messages, contacts, search, and statistics, with everything processed locally.MIT
- AlicenseAqualityCmaintenanceLets Claude Code read and search your macOS iMessage history locally, with an optional send tool that is off by default.5MIT
- AlicenseNot gradedqualityCmaintenanceEnables AI assistants to read local WeChat chat records, sessions, contacts, and group members through WeFlow's local HTTP API, keeping all data on localhost.15 npmMIT
- AlicenseAqualityDmaintenanceEnables AI agents to securely access and search enterprise WeChat (WeCom) chat records with full decryption and auditing, supporting message retrieval, decryption, local storage, and querying via MCP tools.93MIT
- FlicenseCqualityDmaintenanceMCP server for reading local WeChat data, enabling AI assistants to query chat history, contacts, sessions, and more via MCP tools.207-
TDQS
Scored across 4 tools
Each tool targets a distinct data access pattern: recent sessions, chat history for a specific chat, keyword search across all chats, and contact lookup. No two tools overlap in purpose.
All tool names follow a clear verb_noun pattern (get_recent_sessions, get_chat_history, search_messages, get_contacts). The use of 'search' instead of 'get' is semantically appropriate and maintains consistency in structure.
Four tools is well-scoped for a read-only WeChat query server. Each tool covers a distinct aspect of the domain (sessions, history, search, contacts) without redundancy or bloat.
The tools cover all major read operations for WeChat data. Missing operations like sending messages or managing contacts may be intentional given the read-only nature implied by the tool set, but a send_message tool would be a common expectation for a full-featured WeChat server.