Skip to main content
Glama
cluic
by cluic

Related Servers

Alternatives to wxauto MCP Server

No user-submitted related servers found.

    Related Servers

    • F
      license
      Not graded
      quality
      D
      maintenance
      Enables AI assistants to send WeChat messages through automation, supporting both immediate and scheduled message delivery to contacts and groups using the Model Context Protocol standard.
      35
      -
    • F
      license
      A
      quality
      D
      maintenance
      Enables AI agents to control WeChat through MCP protocol, including sending messages, managing contacts, and searching messages.
      10
      -
    • F
      license
      A
      quality
      D
      maintenance
      Enables AI assistants to send and receive WeChat messages through the official ClawBot API, supporting text, images, files, and videos.
      7
      69 npm
      10
      -
    • A
      license
      Not graded
      quality
      C
      maintenance
      Enables automation of WeChat on macOS through the Accessibility API, allowing LLMs to fetch recent messages from contacts and send replies based on conversation history.
      66 PyPI
      259
      MIT

    TDQS

    B3.1/5.0

    Scored across 27 tools

    Disambiguation3/5

    The tool set has clear functional groupings (e.g., friend management, message sending, session handling, system operations), but there is notable overlap within groups. For example, 'get_sessions', 'get_unread_sessions', and 'filter_sessions' all retrieve session lists with slight variations, which could cause confusion. Similarly, multiple send tools ('send_message', 'send_image', 'send_files', 'send_directory_files', 'send_url_card') target different media types but share similar parameters, risking misselection if not carefully reviewed.

    Naming Consistency4/5

    Most tools follow a consistent verb_noun pattern (e.g., 'get_friends', 'send_message', 'switch_chat'), which aids predictability. However, there are minor deviations like 'wechat_activate' (verb_adjective) and 'wechat_list_tools' (verb_noun_noun), and some tools use underscores inconsistently (e.g., 'check_file_exists' vs. 'get_my_info'). Overall, the naming is mostly consistent with a few irregularities that do not severely hinder usability.

    Tool Count3/5

    With 27 tools, the count is borderline high for a WeChat automation server, suggesting potential bloat. While the domain (WeChat automation) is broad, covering friend management, messaging, sessions, and system operations, some tools could be consolidated (e.g., multiple session retrieval tools). The count is not extreme but may overwhelm agents with redundant or overlapping functionality.

    Completeness4/5

    The tool set provides comprehensive coverage for core WeChat automation tasks, including friend CRUD (add, accept, list), messaging (send various types, retrieve history), session management, and system operations (initialize, status, activation). Minor gaps exist, such as no tools for deleting friends or managing group settings beyond listing, but agents can likely work around these with available tools for basic workflows.

    Maintenance

    ActivityInactive
    ResponsivenessNo issues