A solid RSS/Atom reader that persists everything to SQLite and exposes 17 tools for managing feeds, entries, and categories. You can add feeds, fetch new entries, search with FTS5 full-text search, mark items read or unread, and organize feeds into categories. It handles OPML import/export for migrating feed lists and includes a stats endpoint for dashboard data. The read_entry_tool automatically marks entries as read when you view them. You can run background fetches via CLI to keep everything current without manual triggers. Useful when you want Claude to monitor and summarize RSS feeds, search across multiple sources, or help triage your reading queue without switching to a separate feed reader.
Secure MCP server for RSS/Atom feed reading with SQLite backend.
uvx mcp-feed-reader-crunchtools
pip install mcp-feed-reader-crunchtools
podman run -v feedreader-data:/data quay.io/crunchtools/mcp-feed-reader
| Variable | Default | Description |
|---|---|---|
FEED_READER_DB | ~/.local/share/mcp-feed-reader/feeds.db | SQLite database path |
add_feed_tool — Add an RSS/Atom feed by URLlist_feeds_tool — List all feeds with unread countsget_feed_tool — Get feed detailsdelete_feed_tool — Remove a feedrefresh_feeds_tool — Crawl feed sources for new content (slow, prefer systemd timer)list_entries_tool — List entries (filterable, paginated)read_entry_tool — Read full entry content (auto-marks read)mark_read_tool — Mark entries as readmark_unread_tool — Mark entry as unreadsearch_entries_tool — Full-text search (FTS5)list_categories_tool — List categories with countscreate_category_tool — Create categoryrename_category_tool — Rename categorydelete_category_tool — Delete categoryimport_opml_tool — Import from OPML fileexport_opml_tool — Export as OPMLget_stats_tool — Dashboard stats# Fetch all feeds via CLI
mcp-feed-reader-crunchtools --fetch
AGPL-3.0-or-later
hovecapital/read-only-local-postgres-mcp-server
cocaxcode/database-mcp
io.github.infoinlet-marketplace/mcp-mysql
io.github.cybeleri/database-admin
io.github.yash-0620/postgres-mcp-secured