A simple MCP server that can enable MCP clients to query Bluesky instances.
No reviews yet. Be the first to review!
Sign in to join the conversation
Get your Bluesky profile information including display name, bio, follower count, etc. Parameters: None. Returns: Complete profile data.
Get a list of accounts you follow. Parameters: limit (optional), cursor (optional). Returns: List of followed accounts with profile info.
Get a list of accounts following you. Parameters: limit (optional), cursor (optional). Returns: List of followers with profile info.
Get your recent posts. Parameters: limit (optional), cursor (optional). Returns: Your recent posts with engagement data.
Get your personalized Bluesky timeline/feed. Parameters: limit (optional), cursor (optional). Returns: Posts from your personalized feed.
Get posts you've liked. Parameters: limit (optional), cursor (optional). Returns: Posts you've liked.
Search for posts across Bluesky. Parameters: query (required), limit (optional), cursor (optional). Returns: Posts matching your search query.
Search for Bluesky user profiles. Parameters: query (required), limit (optional), cursor (optional). Returns: User profiles matching your search query.