laulauland/bluesky-context-server
Bluesky MCP server
Platform-specific configuration:
{
"mcpServers": {
"bluesky-context-server": {
"command": "npx",
"args": [
"-y",
"bluesky-context-server"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
[](https://smithery.ai/server/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.
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:
npx -y @smithery/cli install @laulauland/bluesky-context-server --client claudeThen add your credentials to the generated configuration.
Using Bun:
// ~/Library/Application Support/Claude/config.json (macOS)
// %APPDATA%/Claude/config.json (Windows)
{
"mcpServers": {
"bluesky": {
"command": "/Users/your-username/.bun/bin/bun",
"args": [
"/path/to/bluesky-context-serveLoading reviews...