rss-digest-bot
Fetches latest articles from TechCrunch's RSS feed.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@rss-digest-botsummarize the latest TechCrunch articles"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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.
Related MCP server: OmniWire-MCP
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.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseAqualityAmaintenanceAggregates tech and AI signals from HackerNews, arXiv, Lobste.rs, and GitHub into a structured briefing. No authentication required.8MIT
- AlicenseCqualityCmaintenanceEnables AI models to fetch and aggregate news from RSS, Atom, JSON, and HTML feeds with fault-tolerant circuit breaker protection.486MIT
- AlicenseAqualityBmaintenanceSubscribe to RSS/Atom feeds and get a deduped daily brief, designed for daily Claude Desktop chats.591MIT
- Alicense-qualityCmaintenanceEnables AI to manage RSS subscriptions, fetch and summarize news, and organize results into tools like Notion.123MIT
Related MCP Connectors
Summarize URLs, repurpose content, daily news digests, find competitors. Cost telemetry built in.
Track and browse RSS feeds with ease. Fetch the latest entries from any feed URL and extract full…
Spot pre-launch products before they trend. Search the web and tech sites, extract and parse pages…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/padmapriyavj/RSS-DIGEST-BOT'
If you have feedback or need assistance with the MCP directory API, please join our Discord server