FreshRSS MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| FRESHRSS_URL | Yes | The URL of your FreshRSS instance | |
| FRESHRSS_USERNAME | Yes | Your FreshRSS username | |
| FRESHRSS_API_PASSWORD | Yes | Your FreshRSS API password (Settings → Profile → API Management) |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_articlesC | List articles from FreshRSS with optional filtering |
| mark_as_readB | Mark one or more articles as read |
| mark_as_unreadB | Mark one or more articles as unread |
| star_articlesC | Star/favorite one or more articles |
| unstar_articlesB | Remove star from one or more articles |
| mark_all_as_readB | Mark all articles in a stream as read |
| list_feedsB | List all subscribed RSS feeds |
| subscribeC | Subscribe to a new RSS feed |
| unsubscribeC | Unsubscribe from an RSS feed |
| edit_feedA | Edit a feed subscription (rename or move to different category) |
| export_opmlB | Export all subscriptions as OPML |
| import_opmlC | Import subscriptions from OPML |
| quickadd_feedB | Quick-add a feed URL; FreshRSS will detect the actual feed. |
| list_foldersB | List all folders/categories |
| list_labelsC | List all labels/tags |
| add_labelsC | Add labels to articles |
| remove_labelsC | Remove labels from articles |
| rename_folderC | Rename a folder/category |
| rename_labelC | Rename a label |
| delete_folderA | Delete a folder/category (feeds will be moved to default) |
| delete_labelC | Delete a label |
| get_statsC | Get unread counts and statistics |
| get_user_infoB | Get current user information |
| list_faviconsB | List favicons for subscribed feeds (Fever API) |
| get_feed_faviconB | Get a feed favicon as an MCP resource (Fever API) |
| list_unread_article_idsB | List unread article IDs (Fever API) |
| list_starred_article_idsA | List starred/saved article IDs (Fever API) |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/alysson-souza/freshrss-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server