freshrss-mcp
Verified Safeby alysson-souza
Overview
Manage and interact with a FreshRSS instance, including articles, feeds, folders, labels, and statistics.
Installation
npx @equaldepth/freshrss-mcp-serverEnvironment Variables
- FRESHRSS_URL
- FRESHRSS_USERNAME
- FRESHRSS_API_PASSWORD
- FRESHRSS_TIMEOUT_MS
- FRESHRSS_MAX_RETRIES
- FRESHRSS_RETRY_BASE_MS
Security Notes
The server uses environment variables for sensitive FreshRSS credentials, which is good practice. It handles API communication securely over HTTP/S with retry logic and input validation via Zod. The Fever API key is derived using MD5 hashing of username and API password, adhering to the Fever API specification. No direct arbitrary code execution ('eval') or significant network vulnerabilities were identified in the core logic. Security relies heavily on the user's FreshRSS instance being securely configured and accessed over HTTPS.
Similar Servers
mcp-omnisearch
Provides a unified interface for various search, AI response, content processing, and enhancement tools via Model Context Protocol (MCP).
miniflux-mcp
Manage and interact with a Miniflux RSS reader instance using the Model Context Protocol (MCP).
reddit-mcp-server
Provides tools for fetching and creating Reddit content through a Model Context Protocol (MCP) server.
MCP-News-Server
An MCP-based server for aggregating, summarizing, and analyzing news from various Turkish news sources.