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.
Available Tools
1 toolget_digestA
Fetch up to `limit` items total from your default RSS feeds (not per feed).
Returns a list of strings "title: link".
| Name | Required | Description | Default |
|---|---|---|---|
| limit | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description bears full responsibility. It discloses fetching from default feeds and the return format, and that the limit is total. However, it omits details on error handling, empty feed behavior, or authentication requirements.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two sentences, each serving a distinct purpose: action description and output format. No redundant information. Highly efficient.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a tool with one parameter and no output schema, the description covers the source, limit behavior, and output format. It is mostly complete, though could mention edge cases like empty feeds or invalid limit values.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The description incorporates the 'limit' parameter by explaining it controls the total number of items retrieved. Since schema coverage is 0%, this adds essential meaning beyond the schema's type and required fields.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool fetches items from default RSS feeds, specifies the return format as 'title: link', and clarifies the scope (total, not per feed). This is specific and distinguishes from potential per-feed alternatives.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies use cases: when a global digest is needed. It provides a negative guideline ('not per feed') but no explicit when-not-to-use or alternative tools. Context is clear.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
1 tool update
v0.1.0- First observed
get_digest
TDQS
With only one tool, there is no possibility of confusion between tools. The tool's purpose is clearly stated.
A single tool name 'get_digest' follows a clear verb_noun pattern, and there is no inconsistency from other tools.
The server has only one tool, which is on the low end for typical MCP servers. While it might be sufficient for a simple fetch operation, it feels thin for a digest bot that might benefit from feed management tools.
The tool covers only fetching a digest from default feeds, but lacks tools for managing feeds (add, remove, list). This is a notable gap for common use cases where users need to configure sources.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Real-time Claude & Anthropic news from your own Claude — free, no API key.
Summarize URLs, repurpose content, daily news digests, find competitors. Cost telemetry built in.
Your curated sources (RSS, YouTube, podcasts, Google News) as context for any AI agent. 26 tools.
Cross-source news (AP, BBC, NPR, HN, Google News) with topic filtering and dedup.
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.4146MIT
- AlicenseAqualityCmaintenanceSubscribe to RSS/Atom feeds and get a deduped daily brief, designed for daily Claude Desktop chats.5161MIT
- AlicenseNot gradedqualityCmaintenanceEnables AI to manage RSS subscriptions, fetch and summarize news, and organize results into tools like Notion.143MIT
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