Giving My AI Agents Access to My RSS Reader Developer-built Mac RSS reader Cove ships an MCP server, off by default, that exposes read tools (list_feeds, list_folders, list_unread, list_starred, get_article, search_articles) and write tools (mark_read, add_feed, rename_feed, move_feed, remove_feed) to AI agents over a loopback-only HTTP endpoint at http://127.0.0.1:27272/mcp protected by a bearer token. The author connects the Hermes Agent, running on an exe.dev VM with GLM-5.3-flash on Cloudflare Workers AI, to Cove through the executor MCP gateway and Tailscale, and uses it for a scheduled daily digest of the 15 newest unread articles posted to Discord. Cove's server stops when the app quits, and regenerating the token cuts off every client. Giving My AI Agents Access to My RSS Reader RSS seems to be having a bit of a resurgence, which makes me happy because I’ve always been a fan. One place to track and read every blog I follow. What’s not to like? Except that over the past decade I’ve tried a handful of RSS readers, and the same thing happens every time. I build up my subscriptions, use the reader faithfully for a few weeks or months, then quietly stop and go back to reading blogs on the web one at a time. Every reader I’ve tried eventually turns into an inbox. The unread count climbs. The guilt climbs with it. Reading starts to feel like a chore I’m behind on, like an email inbox I’ll never get to zero, so I abandon it. So I built my own. Cove https://covereader.app is a native Mac RSS reader that keeps an archive instead of an inbox. It fetches the full text of articles when it can, keeps them on my Mac, and doesn’t nag me about what I haven’t read. I also wanted to see what I could add on top with AI that other readers don’t have. That’s how Cove ended up with an MCP server. What Cove Exposes Cove ships an MCP server. It’s off by default. Turn it on and agents get these tools: - Read: list feeds , list folders , list unread , list starred , get article , search articles - Write: mark read , add feed , rename feed , move feed , remove feed I left a few things out on purpose. There’s no chat pane inside Cove. There’s no hosted endpoint. It’s a door into the library that’s already on my Mac, nothing more. How It Works Open Settings Advanced and flip the Enabled switch. Cove shows a config block you can copy straight into your agent: { "mcpServers": { "cove": { "type": "http", "url": "http://127.0.0.1:27272/mcp", "headers": { "Authorization": "Bearer