Loading...

This MCP server allows AI assistants to interact with Bluesky, enabling profile queries, post searches, timeline access, and more using a Bluesky app password.
Boost this tool
Subscribe to listing upgrades or segmented pushes.
This MCP server allows AI assistants to interact with Bluesky, enabling profile queries, post searches, timeline access, and more using a Bluesky app password.
The Bluesky Context Server is relatively safe for read operations. The main risk involves the compromise of the Bluesky app password, which could lead to unauthorized access to the user's Bluesky data. Ensure the app password is kept secure and access is limited to trusted AI assistants.
Performance depends on the Bluesky API's responsiveness and the size of the data being retrieved. Pagination is supported to handle large datasets.
Cost depends on the frequency of API calls to Bluesky. Monitor API usage to avoid unexpected charges.
npx -y @smithery/cli install @laulauland/bluesky-context-server --client claudebluesky_get_profileRetrieves the user's Bluesky profile information.
Read-only operation, no side effects.
bluesky_get_followsLists the accounts the user is following on Bluesky.
Read-only operation, no side effects.
bluesky_get_followersLists the accounts following the user on Bluesky.
Read-only operation, no side effects.
bluesky_get_postsRetrieves the user's recent posts on Bluesky.
Read-only operation, no side effects.
bluesky_get_personal_feedRetrieves the user's personalized Bluesky timeline/feed.
Read-only operation, no side effects.
bluesky_get_liked_postsRetrieves the posts the user has liked on Bluesky.
Read-only operation, no side effects.
bluesky_search_postsSearches for posts across Bluesky based on a query.
Read-only operation, no side effects.
bluesky_search_profilesSearches for Bluesky user profiles based on a query.
Read-only operation, no side effects.
API Key
The Bluesky Context Server is relatively safe for read operations. The main risk involves the compromise of the Bluesky app password, which could lead to unauthorized access to the user's Bluesky data. Ensure the app password is kept secure and access is limited to trusted AI assistants.
The server operates in read-only mode, limiting the potential for unintended modifications to the user's Bluesky account. However, the AI assistant's interpretation of the data could still lead to unexpected outcomes.
Production Tip
Monitor API usage to avoid rate limiting and ensure stable performance.
It allows AI assistants to access and interact with your Bluesky data, such as your profile, posts, and timeline.
You need your Bluesky handle (BLUESKY_IDENTIFIER) and an App Password (BLUESKY_APP_KEY).
No, you should always use an App Password instead of your regular password.
The server can access your profile information, posts, timeline, followers, and followed accounts.
No, the server only supports read operations.
An attacker could potentially access your Bluesky data through the server. Revoke the compromised app password immediately.
Monitor the server's output logs for API calls and error messages. You may also be able to monitor usage through your Bluesky account settings.