Saturn-VI/bsky-mcp
If you are the rightful owner of bsky-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Bluesky MCP Server is a model context protocol server designed to interact with the Bluesky social network, providing a suite of tools for managing posts, followers, and feeds.
Tools
Functions exposed to the LLM to take actions
createPost
Creates a post
createRepost
Reposts a post
deletePost
Deletes a post
likePost
Likes a post
unlikePost
Unlikes a post
followUser
Follows a user
unfollowUser
Unfollows a user
readNotifications
Reads your notifications
readFeed
Reads a feed given a URI
readListFeed
Reads a feed given a list URI
readAuthorFeed
Reads a feed given a DID
readLikedPosts
Reads your liked posts
readProfile
Reads a profile given a DID
listSavedFeeds
Lists your saved feeds
getFollowers
Gets the users following a user
getFollowing
Gets the users that are followed by a user
getTrending
Get trending topics
searchPosts
Searches posts
searchUsers
Searches users
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client