Skip to content
Back to search
100
MCP live MCP 2026-07-28 streamable-http

io.github.cyanheads/bluesky-mcp-server

io.github.cyanheads/bluesky-mcp-server

Search posts, profiles, feeds, threads, and trending topics on Bluesky.

Uptime
100.0%
1 direct probes · 30d
Response
709ms
last probe
Tools
7
callable
Resources
1
readable
Prompts
0
available

Tools · 7

bsky_get_profile

Fetch a Bluesky actor's public profile by handle (e.g. "bsky.app") or DID (e.g. "did:plc:z72i7hdynmk6r22z27h6tvur"). Returns displayName, handle, DID, bio, pronouns, website, follower/following/post c…

bsky_search_actors

Find Bluesky accounts by name or handle fragment. Returns ranked profiles with handle, DID, displayName, bio, pronouns when the account set them, and follower count — but not website, which only bsky_…

bsky_get_trending

Fetch the current real-time trending topics on Bluesky. Returns topics with display name, post count, category (politics, sports, pop-culture, etc.), status (hot/rising), start time, and the represent…

bsky_get_author_feed

Get a Bluesky user's recent feed ordered newest-first. Every filter includes reposts, so items authored by other accounts appear alongside the actor's own writing — a "repostedBy" field marks those, a…

bsky_search_posts

Full-text search across public Bluesky posts. Filters by author (handle or DID), language (BCP-47 code, e.g. "en"), hashtag (without the # prefix), date range (ISO 8601), and sort order. Returns posts…

bsky_get_post_thread

Fetch the conversation for a post by AT-URI — the parent chain upward and the reply tree downward. Enter the thread at any point and traverse the discussion. AT-URIs have the format "at://<handle-or-d…

bsky_get_follows

Fetch the social graph edges for a Bluesky account — who follows them, or who they follow. Returns paginated actor profiles (handle, DID, displayName, bio, pronouns when set, follower count) plus a su…

Resources · 1

Bluesky official profile (bsky.app)

A Bluesky actor's public profile, addressable by handle or DID. Returns the same data as bsky_get_profile in injectable-context form — displayName, handle, DID, bio, pronouns, website, follower/follow…

bsky://profile/bsky.app

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.github.cyanheads/bluesky-mcp-server": {
      "url": "https://bluesky.caseyjhand.com/mcp",
      "transport": "streamable-http"
    }
  }
}