Bluesky Context Server
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.
Prerequisites
Setup
1. Get Your Bluesky Credentials
You'll need two pieces of information from your Bluesky account:
BLUESKY_IDENTIFIER
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)
BLUESKY_APP_KEY
This is an App Password, which is different from your regular Bluesky password. To create one:
- Go to Bluesky Settings
- Navigate to "Privacy and Security" → "App Passwords"
- Click "Add App Password"
- Give it a name (e.g., "MCP Server")
- Copy the generated password (it looks like
xxxx-xxxx-xxxx-xxxx)
⚠️ Important: Use the App Password, not your regular account password!






