feed-mcp
@richardwooding
About feed-mcp
MCP Server for RSS, Atom, and JSON Feeds
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.
Frequently asked questions
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.
Basic information
More Other MCP servers
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser

DeepMark
DeepMark helps teachers deliver rapid, consistent marking with meaningful feedback for every student — in a fraction of the time. What once took a week, now takes one free period.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。

EverArt
modelcontextprotocolModel Context Protocol Servers
Comments