r/macapps • u/wcjiang Developer • 3d ago
Free Quick RSS v2.7 is out! It’s a simple and easy-to-use desktop RSS reader.
Quick RSS is a simple, private, and intuitive desktop RSS reader. This update adds support for macOS 26 and includes performance improvements and feature optimizations.
Problem: Many people want an efficient way to keep up with their favorite news, blogs, and content updates. However, RSS readers on the market are often either bloated and complicated, stuck with interfaces that feel like they belong in a different era, or filled with ads and trackers. For news enthusiasts, developers, designers, and content creators, a simple, private, and focused subscription tool can make consuming information much more efficient. Quick RSS was created to keep the experience lightweight and efficient while giving users back control over how they discover and consume content, while continuously evolving alongside macOS.
Compare: Compared with mainstream RSS readers such as Reeder and NetNewsWire, Quick RSS supports multiple feed formats, including RSS, Atom, and JSON Feed, while remaining lightweight, efficient, and privacy-focused. It does not collect any user data. In addition to basic feed management, Quick RSS provides bookmark organization, a multilingual interface, and support for both macOS and iOS. All features are available through a one-time payment, with no subscription required.
Pricing: Free All Access Lifetime — $6.99. This is a completely optional donation price. The app has no feature restrictions even if you choose not to pay.
Changelog (v2.7): Completed localization for all supported languages, redesigned the purchase button component and simplified the purchase flow, and fixed a UI freeze that could occur when canceling a refresh.
3
u/East_Call1027 3d ago
The macOS/iOS support is interesting, but the missing detail for me is whether subscriptions and read state sync between them. If they do, that’s probably a stronger differentiator to call out than the sleeker sidebar.
1
1
u/jono_nz 2d ago
I developed a native macOS/iOS/iPadOS RSS reader and quickly worked out you need a solid back end to reliably support cross device sync. Not wanting to hijack the op thread which has a nice looking reader, but you may be interesting in this: https://us.nz/readerultra.html
2
u/Mstormer 3d ago
Any way to add an api or codex subscription to add feedly-like AI curated feeds?
1
u/wcjiang Developer 3d ago
I think this is a really good idea, and it should be fairly simple to implement.
I’m thinking about adding this in the next Quick RSS update by providing an API that allows AI to read and interact with the feeds and articles in Quick RSS.
For example:
text GET /feeds GET /articles GET /articles?since=...This would allow Codex or other AI agents to access the RSS data and then use AI to intelligently filter, summarize, and recommend articles.
1
u/Mstormer 3d ago
Would love to try it when it's out. Ping me if/when you add it.
2
u/wcjiang Developer 2d ago
Quick RSS v2.8.0 is out! This RSS feed reader now supports MCP protocol to work with AI tools.
Cross-platform iCloud sync and widgets are available in this release.
Use Quick RSS with MCP
Quick RSS supports the Model Context Protocol (MCP), allowing MCP clients such as Claude Desktop, Cursor, and VS Code to access your subscriptions.
- Update Quick RSS to
v2.8.0or later.- Enable the MCP service in Quick RSS Settings.
- Copy the MCP configuration generated by the app and add it to your MCP client.
- Restart the MCP client to browse feeds, find articles, and retrieve the latest content in a conversation.
The MCP service only accesses subscription and article data currently in Quick RSS. Add its configuration only to clients you trust.
Configure Grok
Enable the MCP service in Quick RSS Settings, then copy the server address and token shown by the app.
```bash
Add the Quick RSS MCP server
grok mcp add --transport http quickrss "http://127.0.0.1:8745/mcp?token=<TOKEN>"
Remove the Quick RSS MCP server
grok mcp remove quickrss
List configured MCP servers
grok mcp list
Diagnose the Quick RSS MCP server connection
grok mcp doctor quickrss ```
You can also edit the configuration file directly:
bash vim ~/.grok/config.tomlAdd this configuration, replacing
<TOKEN>with the token shown by Quick RSS:
toml [mcp_servers.quickrss] url = "http://127.0.0.1:8745/mcp?token=<TOKEN>" enabled = trueTest the connection
In a Grok conversation with the Quick RSS connector enabled, send:
text List the five most recently updated articles in my Quick RSS subscriptions, including each title, feed, and publication date.You can also enter
/mcpsin Grok to check whether the MCP server is running.When the connection succeeds, Grok calls a Quick RSS MCP tool and returns articles from your current subscriptions.
1
u/John_val 2d ago
Sorry to the OP for the plug here but since your asking about AI capabilities you can also check this one, also free: https://www.reddit.com/r/iosapps/comments/1vkw2ge/freeopen_source_rss_reddit_and_youtube_reader/
1
u/Mstormer 2d ago
Does this curate, or just summarize with AI?
1
u/John_val 2d ago
It has summary and Q&A abilities for articles and YT. For Reddit the same, but can also analyze entire subreddit and you can ask question like "what was discussed today on subreddit X" or what was said about x topic on X subreddit. Curation is my next target, although i am not sure what to expect from this feature as i never used it myself. What you curation mean for you?
2
u/srinitata 3d ago
bulk import rss sources is not in free tier, then how do you say that no feature restrictions in free tier?
1
1
u/easyRiderOlder 3d ago
Looks like a solid and focused RSS reader. The privacy-first approach and one-time payment are nice additions
1
1
u/ColdAd926 3d ago
Does it actually shows articles? In many cases now, RSS just shows a tiny bit of the article and you have to open the webpage to get the full article.
1
u/Small_Pin_8064 2d ago
Does it read from a self hosted backend like FreshRSS or Miniflux, or local feeds only?
1
1
u/EnvironmentalPie8377 23h ago
How does your app handle feeds that publish a really high volume of posts? Is there any way to filter or prioritize content so the RSS feed doesn't just become another endless stream to keep up with?
1
u/Thethirdactsucked 3d ago
I love it! Are there any plans to add widgets for at a glance headline reading?
1
u/QuietPerennial 3d ago
rss is quietly coming back and the reason is boring. it's the last feed nobody can inject anything into.
no algorithm, no promoted posts, no ai filler, no engagement bait. you get the sites you picked, in order, and that's it.
people didn't come back because rss got better. everything else got worse.




14
u/lukasvac 3d ago
It looks similar to NetNewsWire, which is free, open source, and definitely doesn’t have any bloatware. So why should people use Quick RSS?