๐ง
RSS Reader
๐งMCP Serverkwp-lab/rss-reader-mcp
What it does
|MCP server for RSS feed aggregation and article content extraction, delivering headlines and full articles in Markdown format.
Overview
RSS Reader is an MCP server for RSS feed aggregation and article content extraction. It allows AI assistants to subscribe to RSS feeds, retrieve headline lists, and extract full article content from URLs โ formatting everything as clean Markdown for easy consumption.
Key Features
- RSS feed fetching โ Retrieve entries from any RSS feed URL with configurable limits (up to 100 entries), returning feed metadata, titles, links, publication dates, and summaries
- Full article extraction โ Extract complete article content from any URL and automatically format it as Markdown with title, source URL, and timestamp
- Dual transport modes โ Supports stdio (default, for local clients like Claude Desktop) and httpStream (for containerized or remote deployments with configurable port and host)
- Simple integration โ Works with Claude Desktop, CherryStudio, and other MCP-capable clients with minimal configuration โ just add the npx command to your config
Who is this for?
Users who want their AI assistant to monitor RSS feeds and read full articles within conversations. Useful for researchers tracking multiple news sources, content curators building summaries, and anyone who wants AI-assisted analysis of web articles without manually copying and pasting content.
remotehostedmarkdowntext
Installation
Claude CodeAdd MCP server via Claude CodeAuto-generated from README. View full documentation on GitHub โ
claude mcp add rss-reader-mcp -- docker run --rm -p 8081:8081 -e PORT=8081 rss-reader-mcpClaude Desktop ConfigurationServer configuration (JSON)
{
"mcpServers": {
"rss-reader-mcp": {
"command": "docker",
"ar...2
Last UpdatedSep 10, 2025