Back to directory
rakeshgangwar/freshrss-mcp-server

rakeshgangwar/freshrss-mcp-server

@rakeshgangwar

A Model Context Protocol server for interacting with FreshRSS feeds via the Fever API.

freshrssrssfeedfever-apimcpmodel-context-protocolai-assistantrss-readercontext

Installation & Configuration

{
  "mcpServers": {
    "freshrss": {
      "command": "node",
      "args": [
        "build/index.js"
      ],
      "env": {
        "FRESHRSS_API_URL": "https://your-freshrss-instance.com",
        "FRESHRSS_USERNAME": "your-username",
        "FRESHRSS_PASSWORD": "your-password"
      }
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2026/6/13
Updated
2026/6/15