Bluesky MCP Server provides a bridge between Claude and the Bluesky social network, enabling direct interaction with Bluesky's features through conversational AI. Built by Brian Ellin, this implementation authenticates with Bluesky using environment variables and offers tools for browsing timelines, creating posts, searching content, managing follows, and interacting with custom feeds and lists. The server formats Bluesky's complex post structures into readable text, handling various content types including quotes, reposts, images, and external links, making it particularly valuable for users who want to monitor or engage with their Bluesky network without leaving their AI assistant conversation.
Aún no hay reseñas. ¡Sé el primero en reseñar!
Inicia sesión para unirte a la conversación
Returns the set of all 'pinned' items from the authenticated user's preferences.
Returns posts from the authenticated user's home timeline.
Returns posts from the specified feed.
Returns posts from the specified list.
Returns the specified user's posts.
Returns the profile details of the specified user.
Returns the set of users an account follows.
Returns the set of users who follow an account.
Returns recent posts liked by the authenticated user.
Returns current trending topics on Bluesky with post counts.
Returns a full conversation thread for a specific post, showing all replies and context.
Converts a Bluesky web URL to an AT URI format that can be used with other tools.
Returns posts for a given query. Can specify top or latest.
Returns people for a given search query.
Returns feeds for a given query.
Like a post with a specific URI.
Publish a post.
Follow a specific user.