A Model Context Protocol server for interacting with FreshRSS feeds via the Fever API.
mcpServer
{ "mcpServers": { "freshrss": { "command": "node", "args": [ "/path/to/freshrss-server/build/index.js" ], "env": { "FRESHRSS_API_URL": "https://your-freshrss-instance.com", "FRESHRSS_USERNAME": "your-username", "FRESHRSS_PASSWORD": "your-password" } } } }
node /path/to/freshrss-server/build/index.js