Skip to main content
Glama
tomerose

xhs-mcp-light

by tomerose

Related Servers

Alternatives to xhs-mcp-light

No user-submitted related servers found.

    Related Servers

    • A
      license
      Not graded
      quality
      D
      maintenance
      An MCP server that enables AI assistants to interact with Xiaohongshu to publish image notes, search content, and manage account details. It uses Playwright to securely handle session authentication and API signatures through the platform's internal network context.
      133 PyPI
      2
      MIT
    • A
      license
      A
      quality
      D
      maintenance
      MCP server enabling AI assistants to search, analyze, and generate content for Xiaohongshu (RedNote), China's leading lifestyle social media platform.
      6
      9
      MIT
    • A
      license
      Not graded
      quality
      B
      maintenance
      MCP server for automating Xiaohongshu (RED Note). Publish posts, search content, comment, like, and analyze creator data on China's largest lifestyle social platform.
      19 PyPI
      24
      MIT
    • A
      license
      Not graded
      quality
      B
      maintenance
      MCP server for Xiaohongshu (xiaohongshu.com) enabling login, note/video publishing, search, recommendations, and comment management via CLI or MCP protocol.
      1
      MIT
    • A
      license
      Not graded
      quality
      D
      maintenance
      MCP server for automatically publishing text, image, and video notes to Xiaohongshu (Little Red Book).
      1
      MIT

    TDQS

    A3.7/5.0

    Scored across 4 tools

    Disambiguation5/5

    Each tool serves a distinct purpose: checking login status, logging in, publishing a note, and searching feeds. There is no overlap; even login and check_login are clearly separated by action.

    Naming Consistency4/5

    All tools use the 'xhs_' prefix and snake_case, with a verb_noun pattern for most (check_login, publish_note, search_feeds). The odd one out is 'xhs_login', which is a single verb, but the pattern is still clear and consistent.

    Tool Count5/5

    With 4 tools, the set is compact and well-scoped for a lightweight server focused on core operations: authentication, publication, and search. Each tool earns its place without unnecessary bloat.

    Completeness3/5

    The set covers login, publish, and search, but lacks tools for managing published notes (e.g., update, delete, list) or handling media uploads. For a 'light' server, it's acceptable but has notable gaps for a full note lifecycle.

    Maintenance

    ActivityInactive
    ResponsivenessNo issues