io.github.cyanheads/bluesky-mcp-server
io.github.cyanheads/bluesky-mcp-serverSearch posts, profiles, feeds, threads, and trending topics on Bluesky.
Tools · 7
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…
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_…
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…
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…
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…
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…
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
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
Similar MCP servers embedding-nearest
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"
}
}
}