modelcontextprotocol/server-bluesky
FreeBluesky 实例集成,用于查询和交互。
FreeFree tier
About modelcontextprotocol/server-bluesky
Bluesky Context Server is a Model Context Protocol (MCP) server that enables AI assistants like Claude Desktop to interact with the Bluesky social network. It provides tools to query user profiles, search posts, retrieve timelines, view followers and following lists, and more, all directly from an AI assistant. The server uses Bluesky app passwords for authentication and supports installation via Smithery or manual configuration with Bun or Node.js.
Key Features
Query user profile information (display name, bio, follower count, etc.)
Retrieve list of accounts you follow with pagination support
Retrieve list of followers with pagination support
Search posts on Bluesky
Get your personalized timeline
Authentication via Bluesky app passwords
Installation via Smithery (recommended) or manual setup
Supports both Bun and Node.js runtimes
Pros & Cons
Pros
- Open source and completely free to use
- Easy setup via Smithery with automated configuration
- Supports both Bun and Node.js for flexible runtime options
- Provides multiple Bluesky interaction tools via MCP standard
- Uses secure app passwords instead of regular account passwords
Cons
- Requires manual creation of a Bluesky app password
- Limited to tools exposed via MCP (not full Bluesky API)
- Only works with MCP-compatible clients like Claude Desktop
- Setup requires editing JSON configuration files if not using Smithery
Best For
Integrate Bluesky with Claude Desktop for AI-powered social media interactionGet your Bluesky profile statistics and details through chatSearch for posts about specific topics on BlueskyView and manage your follower and following listsRetrieve your timeline feed directly from an AI assistant
FAQ
What is Bluesky Context Server?
It's an MCP server that allows AI assistants like Claude Desktop to interact with Bluesky. It provides tools to query profiles, search posts, get timelines, and manage follower/following lists.
How do I install Bluesky Context Server?
You can install via Smithery using the command: npx -y @smithery/cli install @laulauland/bluesky-context-server --client claude. Alternatively, clone the repository and manually configure Claude Desktop with Bun or Node.js.
What credentials do I need?
You need your Bluesky handle (identifier) and an App Password. Create an App Password in Bluesky Settings under 'Privacy and Security' → 'App Passwords'. Do not use your regular password.
What MCP tools are available?
Currently includes bluesky_get_profile, bluesky_get_follows, and bluesky_get_followers. Additional tools like search and timeline are also available (see the repository for a full list).
Is Bluesky Context Server free?
Yes, it is open source and completely free to use.