Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-crunchtools-feed-reader": {
"args": [
"mcp-feed-reader-crunchtools"
],
"command": "uvx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Secure MCP server for RSS/Atom feed reading with SQLite backend.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
uvx 'mcp-feed-reader-crunchtools' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked mcp-feed-reader-crunchtools against OSV.dev.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in data
Query and manage PostgreSQL databases directly from AI assistants
Manage Supabase projects — databases, auth, storage, and edge functions
Zero-dependency, token-efficient database MCP server for Postgres, MySQL, SQL Server, MariaDB, SQLite.
🔥 Official Firecrawl MCP Server - Adds powerful web scraping and search to Cursor, Claude and any other LLM clients.
MCP Security Weekly
Get CVE alerts and security updates for io.github.crunchtools/feed-reader and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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