freshrss-mcp-server

freshrss-mcp-server

3.3

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

  1. list_feeds

    List all feed subscriptions

  2. get_feed_groups

    Get feed groups

  3. get_unread

    Get unread items

  4. get_feed_items

    Get items from a specific feed

  5. mark_item_read

    Mark an item as read

  6. mark_item_unread

    Mark an item as unread

  7. mark_feed_read

    Mark all items in a feed as read

  8. get_items

    Get specific items by their IDs