MCP server providing Bluesky account, feed, post, follower, and profile search tools via API.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent ā or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag ā we're steadily working through the catalog.
š” Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Bluesky Context Server.
bluesky_get_profileGet your Bluesky profile information including display name, bio, follower count, etc.
bluesky_get_followsGet a list of accounts you follow.
bluesky_get_followersGet a list of accounts following you.
bluesky_get_postsGet your recent posts.
bluesky_get_personal_feedGet your personalized Bluesky timeline/feed.
bluesky_get_liked_postsGet posts you've liked.
A Model Context Protocol (MCP) server that enables MCP clients like Claude Desktop to interact with Bluesky. Query your profile, search posts, get your timeline, and more directly from your AI assistant.
You'll need two pieces of information from your Bluesky account:
This is your Bluesky handle (username). It can be in either format:
username.bsky.social (e.g., alice.bsky.social)@username.bsky.social (e.g., @alice.bsky.social)This is an App Password, which is different from your regular Bluesky password. To create one:
xxxx-xxxx-xxxx-xxxx)ā ļø Important: Use the App Password, not your regular account password!
To install Bluesky Context Server for Claude Desktop automatically via Smithery:
Then add your credentials to the generated configuration.
Using Bun:
Using Node.js:
After setup, you can test the connection by asking Claude something like:
This server provides the following tools that Claude can use:
bluesky_get_profileGet your Bluesky profile information including display name, bio, follower count, etc.
bluesky_get_followsGet a list of accounts you follow.
limit (optional): Max items to return (default 50, max 100)cursor (optional): Pagination cursor for next pagebluesky_get_followersGet a list of accounts following you.
limit (optional): Max items to return (default 50, max 100)cursor (optional): Pagination cursor for next pagebluesky_get_postsGet your recent posts.
limit (optional): Max items to return (default 50, max 100)cursor (optional): Pagination cursor for next pagebluesky_get_personal_feedGet your personalized Bluesky timeline/feed.
limit (optional): Max items to return (default 50, max 100)cursor (optional): Pagination cursor for next pagebluesky_get_liked_postsGet posts you've liked.
limit (optional): Max items to return (default 50, max 100)cursor (optional): Pagination cursor for next pagebluesky_search_postsSearch for posts across Bluesky.
query (required): Search query stringlimit (optional): Max items to return (default 50, max 100)cursor (optional): Pagination cursor for next pagebluesky_search_profilesSearch for Bluesky user profiles.
query (required): Search query stringlimit (optional): Max items to return (default 50, max 100)cursor (optional): Pagination cursor for next pageOnce configured, you can ask Claude things like:
BLUESKY_APP_KEY and BLUESKY_IDENTIFIERIf you encounter issues:
bun --versioncd packages/server && bun startFactual signals from GitHub, npm, and our automated checks ā not a rating.
No reviews yet ā be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/keturiosakys-bluesky-context-server)<a href="https://allmcps.com/mcp/keturiosakys-bluesky-context-server"><img src="https://allmcps.com/api/badge/keturiosakys-bluesky-context-server?style=directory" alt="Bluesky Context Server on AllMCPs" /></a>