feed-mcp
@richardwooding
关于 feed-mcp
MCP Server for RSS, Atom, and JSON Feeds
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"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"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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.
其他 分类下的更多 MCP 服务器
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Codelf
unbugA search tool helps dev to solve the naming things problem.
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
ghidraMCP
LaurieWiredMCP Server for Ghidra
评论