Back to MCP Directory
Bluesky Context
Model Context Protocol moderate risk

Bluesky Context

This MCP server allows AI assistants to interact with Bluesky, enabling profile queries, post searches, timeline access, and more using a Bluesky app password.

Connections & Capabilities

Connects To

GitHubTwitter

Capabilities

read

Quickstart

Install

npx -y @smithery/cli install @laulauland/bluesky-context-server --client claude

Exposed MCP Tools (8)

safe
bluesky_get_profile

Retrieves the user's Bluesky profile information.

Read-only operation, no side effects.

safe
bluesky_get_follows

Lists the accounts the user is following on Bluesky.

Read-only operation, no side effects.

safe
bluesky_get_followers

Lists the accounts following the user on Bluesky.

Read-only operation, no side effects.

safe
bluesky_get_posts

Retrieves the user's recent posts on Bluesky.

Read-only operation, no side effects.

safe
bluesky_get_personal_feed

Retrieves the user's personalized Bluesky timeline/feed.

Read-only operation, no side effects.

safe
bluesky_get_liked_posts

Retrieves the posts the user has liked on Bluesky.

Read-only operation, no side effects.

safe
bluesky_search_posts

Searches for posts across Bluesky based on a query.

Read-only operation, no side effects.

safe
bluesky_search_profiles

Searches for Bluesky user profiles based on a query.

Read-only operation, no side effects.

Safety Assessment

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.

  • Uses read-only operations for profile and feed retrieval.
  • Relies on Bluesky's API for data access, inheriting its security measures.
  • Authentication is handled via app passwords, limiting the scope of access.
  • No direct file system access or shell execution capabilities.
  • Requires storing a Bluesky app password, which could be compromised.
  • Improperly configured access could expose personal Bluesky data.
  • Potential for information leakage if the AI assistant is compromised.
  • Rate limiting issues could arise from excessive API calls.