feed-mcp
@richardwooding
About feed-mcp
MCP Server for RSS, Atom, and JSON Feeds
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"feed-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/richardwooding/feed-mcp:latest",
"run",
"https://techcrunch.com/feed/",
"https://www.theverge.com/rss/index.xml"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is feed-mcp?
feed-mcp is a Model Context Protocol (MCP) server that enables Claude Desktop to read RSS, Atom, and JSON feeds. It bridges your favorite websitesβ feeds with Claude, allowing you to ask questions about articles, get summaries, and stay updated from within the chat.
How to use feed-mcp?
Add feed-mcp to your Claude Desktop configuration (claude_desktop_config.json) using Docker, then restart Claude Desktop. Alternatively, install via MCP Bundle (.mcpb), Homebrew, Go Install, or Podman. Start chatting by asking Claude about your feeds.
Key features of feed-mcp
- Supports RSS, Atom, and JSON feed formats
- Import feeds from readers via OPML
- Smart caching with automatic updates
- Rate limiting, error handling, and URL validation
- Docker and Podman deployment options
- Dynamic feed management and intelligent prompts
Use cases of feed-mcp
- Read latest news and blog posts without leaving Claude
- Ask Claude to summarize multiple articles across feeds
- Research topics by querying specific feeds or articles
- Monitor keywords and analyze trends across feeds
- Stay updated on podcasts with episode summaries
FAQ from feed-mcp
Can I use feed-mcp without Docker?
Yes. You can install via Homebrew (brew install richardwooding/tap/feed-mcp), Go Install (go install github.com/richardwooding/feed-mcp@latest), or download the MCP Bundle for one-click setup in Claude Desktop.
Why is my feed not updating?
Feeds are cached for 10 minutes by default. Wait a few minutes and try again, or restart Claude Desktop to clear the cache.
How do I read local or private IP feeds?
By default, localhost and private IP feeds are blocked for security. Use the --allow-private-ips flag when running feed-mcp.
What transport protocols does feed-mcp support?
The default transport is stdio (standard input/output) for local use. It also supports streamable-http for web deployments (optionally with stateless mode) and the deprecated http-with-sse for backwards compatibility.
Can I add feeds after installation?
Yes. Dynamic feed management lets you add and remove feeds at runtime using the add_feed tool, so feeds are optional at install time.
More Other MCP servers
Nginx UI
0xJackyYet another WebUI for Nginx
FastMCP v2 π
jlowinπ The fast, Pythonic way to build MCP servers and clients.
Servers
modelcontextprotocolModel Context Protocol Servers
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Comments