Skip to main content
Glama
thenavidm
by thenavidm

Related Servers

Alternatives to Bluesky MCP

No user-submitted related servers found.

    Related Servers

    • A
      license
      Not graded
      quality
      C
      maintenance
      Enables interaction with Bluesky social network through the AT Protocol, including searching posts, fetching profiles, browsing feeds, and retrieving threads and follower data.
      3 npm
      MIT
    • F
      license
      Not graded
      quality
      C
      maintenance
      Enables AI agents to interact with Bluesky social network through optimized, token-efficient tools for posting, replying, searching, and managing social relationships. Features Windows-compatible implementation with context cleanup to minimize LLM token consumption.
      7
      -
    • A
      license
      A
      quality
      C
      maintenance
      Enables LLMs to interact with the AT Protocol ecosystem, including Bluesky, through natural language. Supports public data access without authentication and full write operations with authentication.
      51
      38 npm
      9
      MIT
    • A
      license
      A
      quality
      D
      maintenance
      Enables search, reading, and posting to Bluesky from any MCP client; features 11 tools (5 read, 6 write) with gated writes requiring explicit confirmation to prevent accidental publishing.
      11
      23 npm
      MIT
    • A
      license
      B
      quality
      A
      maintenance
      Enables AI agents to fully control a Mastodon account, including posting, editing, threading, timelines, lists, notifications, and following across any instance.
      76
      31 npm
      MIT
    • A
      license
      Not graded
      quality
      C
      maintenance
      Manage Threads and Bluesky social media from AI assistants. Schedule posts, check analytics, and automate follow-up replies.
      3
      MIT

    TDQS

    A3.5/5.0

    Scored across 41 tools

    Disambiguation5/5

    Every tool targets a distinct resource+action pair—posts, likes, reposts, follows, blocks, feeds, lists, notifications—with clear boundaries. Even close pairs like get_liked_posts vs get_post_likes and get_profile vs whoami are unambiguously opposite in direction.

    Naming Consistency4/5

    The set is overwhelmingly verb-nou where the verb is consistently lowercase imperative (create, delete, get, search, follow, bosl). The only outlier is `whoami`, a recognized unix-style command, but it breaks the pattern slightly.

    Tool Count2/5

    With 41 tools, this is well beyond the 25+ cutoff for 'too many'. Many narrow getters (get_post_likes, get_reposted_by, get_quotes) are individually useful but could not be deemed minimal; the set feels more like a full API wrapper than a focused tool surface.

    Completeness4/5

    The set covers the main Bluesky lifecycle: posting (create/delete/thread), reactions (like/unlike/repost/unrepost), social graph (follow/unfollow/mute/block), feeds and lists, notifications, and search. Minor gaps exist—no profile update, no direct messages, no single-post fetch outside a thread—but these are workable or outside the apparent scope.

    Maintenance

    ActivityMaintained
    ResponsivenessNo issues