MCP.so
ログイン

feed-mcp

@richardwooding

feed-mcp について

MCP Server for RSS, Atom, and JSON Feeds

基本情報

カテゴリ

その他

ライセンス

MIT

ランタイム

go

トランスポート

stdio

公開者

richardwooding

設定

以下の設定を使って、このサーバーを 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.

コメント

「その他」の他のコンテンツ