MCP.so
ログイン

📡 RSS MCP Server

@akgoparaju

📡 RSS MCP Server について

概要はまだありません

基本情報

カテゴリ

その他

ライセンス

MIT

ランタイム

python

トランスポート

stdio

公開者

akgoparaju

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "rss-mcp-server-akgoparaju": {
      "command": "python3",
      "args": [
        "-m",
        "venv",
        ".venv"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is RSS MCP Server?

A modular Model Context Protocol (MCP) server for tracking, filtering, and surfacing PNT/GNSS news from custom RSS feeds with a natural language interface via Claude Desktop.

How to use RSS MCP Server?

Clone the repository, create a Python virtual environment, install dependencies (mcp, feedparser, pyyaml, httpx), create a feeds.yaml file with feed URLs and tags, then configure Claude Desktop by adding the server to claude_desktop_config.json. Restart Claude Desktop and use natural language commands like “Update my RSS feeds” or “Search for articles about GPS jamming”.

Key features of RSS MCP Server

  • Native MCP integration with Claude Desktop
  • Fetches and parses multiple RSS feeds
  • Tag-based content filtering
  • Natural language interface for RSS management
  • Persistent read/unread article tracking
  • Keyword and tag-based article search
  • Graceful error handling and fallbacks

Use cases of RSS MCP Server

  • Daily news briefing on specific topics (e.g., GPS jamming)
  • Research assistance for articles about LEO PNT systems
  • Competitive intelligence on companies or technologies
  • Content curation by marking articles as read

FAQ from RSS MCP Server

What is the correct format for feeds.yaml?

Use a direct list format starting with - for each feed, with url and tags fields. Do not use a feeds: wrapper.

How do I configure Claude Desktop to use RSS MCP Server?

Add an entry to ~/Library/Application Support/Claude/claude_desktop_config.json with the absolute paths to your Python interpreter and main.py, then restart Claude Desktop completely.

What are the required dependencies?

Python 3.10+ and the packages mcp, feedparser, pyyaml, and httpx.

How can I test if the server is working?

Run python main.py from the project directory. It should output “RSS MCP Server initialized successfully”.

What should I do if the server does not appear in Claude Desktop?

Verify the syntax and paths in claude_desktop_config.json, ensure all paths are absolute, and restart Claude Desktop completely.

コメント

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