# RSS Reader

Track and browse RSS feeds with ease. Fetch the latest entries from any feed URL and extract full article content for clean, distraction-free reading. Save or analyze articles in a consistent, struct…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add kwp-lab/rss-reader-mcp

# Browse available tools
npx -y @smithery/cli@latest tool list kwp-lab/rss-reader-mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get kwp-lab/rss-reader-mcp fetch_feed_entries

# Call a tool
npx -y @smithery/cli@latest tool call kwp-lab/rss-reader-mcp fetch_feed_entries '{}'
```

## Direct MCP Connection

Endpoint: `https://rss-reader-mcp--kwp-lab.run.tools`

## Tools (2)

- `fetch_feed_entries` — Fetch RSS feed entries from a given URL
- `fetch_article_content` — Fetch and extract article content from a URL, formatted as Markdown

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get kwp-lab/rss-reader-mcp <tool-name>
```

---

Source: https://github.com/kwp-lab/rss-reader-mcp
