freshrss-mcp-server
If you are the rightful owner of freshrss-mcp-server 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.
A Model Context Protocol server for interacting with FreshRSS feeds via the Fever API.
The FreshRSS MCP Server is a TypeScript-based server that facilitates interaction between AI assistants and your FreshRSS instance. By leveraging the Fever API, this server allows for seamless management and browsing of RSS feeds. Users can list and browse their RSS feeds, fetch unread items, and mark items as read or unread. Additionally, it provides the capability to retrieve items from specific feeds, enhancing the overall user experience. The server requires a running FreshRSS instance with API access enabled, and it uses environment variables to securely manage credentials. This setup ensures that sensitive information is protected while providing robust functionality for managing RSS feeds.
Features
- List and browse RSS feeds
- Fetch unread items
- Mark items as read/unread
- Retrieve items from specific feeds
- Secure management of credentials
Tools
list_feeds
List all feed subscriptions
get_feed_groups
Get feed groups
get_unread
Get unread items
get_feed_items
Get items from a specific feed
mark_item_read
Mark an item as read
mark_item_unread
Mark an item as unread
mark_feed_read
Mark all items in a feed as read
get_items
Get specific items by their IDs