Rss Digest Bot
FreeNot checkedFetches RSS feeds from tech blogs and news sites and returns AI-generated summaries via Claude.
About
Fetches RSS feeds from tech blogs and news sites and returns AI-generated summaries via Claude.
README
RSS Digest BotAdd commentMore actions
A Python-based RSS Digest Bot powered by the Model Context Protocol (MCP) that fetches items from your favorite tech blogs and news sites, and returns AI-generated summaries via Claude.
Features
- Pulls the latest posts from:
- On-demand summaries driven by Claude (or any other LLM client)
- Easy to run under:
- STDIO (for direct stdin/stdout JSON-RPC)
- HTTP (via
mcp dev+ Inspector / Claude Desktop HTTP mode) - Uvicorn (expose as ASGI app)
- Minimal dependencies:
feedparser,mcp[cli],uvicorn
Installation
Clone this repo:
git clone https://github.com/padmapriyavj/rss-digest-bot.git cd rss-digest-bot
Create & activate a virtual environment:
python3 -m venv .venv source .venv/bin/activate
Install dependencies:
pip install mcp[cli] feedparser uvicorn
Running the app
uv run main.py
Restart Claude Desktop to view the tool added to it
Configuration for Claude Desktop
Add or edit claude_desktop_config.json in:
~/Library/Application Support/Claude/claude_desktop_config.json
to include:
jsonc { "mcpServers": { "rss-digest-bot": { "command": "/full/path/to/your/project/.venv/bin/mcp", "args": ["run", "main.py"], "transport": "stdio" } } }
- Quit & relaunch Claude Desktop.
- Under Developer → rss-digest-bot, ensure it’s Enabled.
- In chat, click ⚙️ (Search & tools) → confirm rss-digest-bot appears → On.
Installing Rss Digest Bot
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/padmapriyavj/RSS-DIGEST-BOTFAQ
Is Rss Digest Bot MCP free?
Yes, Rss Digest Bot MCP is free — one-click install via Unyly at no cost.
Does Rss Digest Bot need an API key?
No, Rss Digest Bot runs without API keys or environment variables.
Is Rss Digest Bot hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install Rss Digest Bot in Claude Desktop, Claude Code or Cursor?
Open Rss Digest Bot on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzCompare Rss Digest Bot with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
