Skip to content

freshrss-mcpYour feed reader, spoken to

An MCP server for FreshRSS: list feeds, read and triage articles, manage subscriptions and categories — from Claude, Codex or any MCP client.

freshrss-mcp architectureAn MCP client speaks stdio to freshrss-mcp, which calls the Google Reader compatible API of FreshRSS over HTTPS using a GoogleLogin auth token; FreshRSS polls the subscribed feeds.MCP clientClaude, Codex, Inspectorfreshrss-mcp16 tools, zod-validatedFreshRSS/api/greader.phpFeedsRSS / Atom sourcesstdioHTTPSGoogleLoginconfirm tokens · redaction · response budget
The server holds no state beyond cached auth tokens and short-lived confirmation tokens; FreshRSS remains the source of truth, and it is what polls the feeds.

See it run

Demo: listing the tools, the subscribed feeds and the newest article through the MCP Inspector CLI

Released under the MIT License.