bluesky-daily-mcp
If you are the rightful owner of bluesky-daily-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.
An MCP Server to help you surface the most interesting topics from your Bluesky follows daily.
The Bluesky Daily MCP Server is designed to enhance your experience on the Bluesky platform by surfacing the most interesting topics from your follows on a daily basis. It retrieves all posts from your follows for a given day using the `bsky-tldr` npm package, which efficiently retrieves and processes posts. The server combines author and post information into a single, easy-to-consume format for LLMs, making it easier to analyze and interact with the data. The server also caches posts for a given day to improve performance and reduce redundant data retrieval. However, users should be aware of potential limitations, such as large data sets that may exceed the MCP Client or LLM's context window, and Bluesky API rate limits when retrieving posts from historic dates.
Features
- Retrieve all posts from your follows for a given day
- Sample prompts for analyzing posts
- Caches posts for a given day
- Combines author and post information for easy consumption
- Efficient data retrieval using `bsky-tldr` package