Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Rss Digest Bot

FreeNot checked

Fetches RSS feeds from tech blogs and news sites and returns AI-generated summaries via Claude.

GitHubEmbed

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

  1. Clone this repo:

    git clone https://github.com/padmapriyavj/rss-digest-bot.git cd rss-digest-bot

  2. Create & activate a virtual environment:

    python3 -m venv .venv source .venv/bin/activate

  3. Install dependencies:

    pip install mcp[cli] feedparser uvicorn

  4. Running the app

    uv run main.py

  5. 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" } } }

  1. Quit & relaunch Claude Desktop.
  2. Under Developer → rss-digest-bot, ensure it’s Enabled.
  3. In chat, click ⚙️ (Search & tools) → confirm rss-digest-bot appears → On.

from github.com/padmapriyavj/RSS-DIGEST-BOT

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-BOT

FAQ

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

Compare 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