weapp-agent-mcp
Related Servers
Alternatives to weapp-agent-mcp
No user-submitted related servers found.
Related Servers
- AlicenseBqualityBmaintenanceEnables AI assistants to control WeChat mini-programs running in WeChat Developer Tools through MCP tools. Provides automation capabilities for launching, navigating, querying, and interacting with pages and elements.61204 npm1MIT
- FlicenseNot gradedqualityDmaintenanceMCP server for WeChat PC automation, enabling message sending, voice/video calls, and AI-powered listening through Cursor or WorkBuddy.2-
- AlicenseNot gradedqualityBmaintenanceAn MCP server that enables AI assistants to interact with WeChat Mini Programs, allowing developers to publish versions, analyze package size, diagnose compilation errors, and manage projects via natural language.78 npm3MIT
- FlicenseNot gradedqualityDmaintenanceAn MCP server for automating WeChat on Windows, enabling sending messages to friends or groups and exporting UI controls via natural language.-
- FlicenseNot gradedqualityDmaintenanceMCP server that enables AI agents to automate browser testing via Chromium, providing tools for navigation, interaction, and inspection.-
- AlicenseNot gradedqualityAmaintenanceAn MCP server that translates human GUI actions into machine-executable commands, enabling AI agents to control real software applications like Zoom, Excel, and WeChat via natural language or API calls.1MIT
TDQS
Scored across 44 tools
Each tool has a clearly defined, distinct purpose. The descriptions include explicit 'when to use' and 'when not to use' guidance, effectively eliminating ambiguity even among similar tools like element_tap, element_touch, and element_swipe. Overlaps are intentional and well-documented, not confusing.
All tools follow a consistent prefix_verb_noun pattern (e.g., element_tap, page_getData, mp_navigate). The prefixes ('element_', 'page_', 'mp_') clearly indicate scope, and verbs are descriptive. No mixing of naming conventions or unexpected styles.
With 44 tools, the set is larger than typical (recommended 3-15). However, the domain of WeChat Mini Program automation is broad, covering element interactions, page state, connection management, logging, and scenario testing. The tools are well-organized, but the count feels heavy and may overwhelm agents.
The tool surface is very comprehensive, covering CRUD-like operations on elements and pages, navigation, connection management, logging, and scenario orchestration. Minor gaps exist (e.g., no dedicated storage tool, but wx API can be used via mp_callWx). Overall, the set enables end-to-end automation without dead ends.