MCP.so
ログイン

RSS MCP Server

@weekend-project-space

RSS MCP Server について

supprot fever api + remote

基本情報

カテゴリ

その他

ランタイム

python

トランスポート

stdio

公開者

weekend-project-space

設定

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

{
  "mcpServers": {
    "rss-mcp-server-weekend-project-space": {
      "command": "python",
      "args": [
        "main.py"
      ]
    }
  }
}

ツール

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

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

概要

What is RSS MCP Server?

RSS MCP Server is a FastMCP server implementation for RSS feed management using the Fever API. It provides MCP tools to retrieve feeds, groups, and items, and to mark items as read or saved. This server is intended for developers integrating RSS feed management into MCP-compatible environments such as Cursor.

How to use RSS MCP Server?

Install dependencies with pip install -r requirements.txt, copy .env.example to .env and set your Fever API endpoint, username, and password. Run the server with python main.py. Optionally configure Cursor integration by adding the server URL http://127.0.0.1:8000/sse to ~/.cursor/mcp.json.

Key features of RSS MCP Server

  • Retrieve all RSS feeds and feed groups
  • Get unread, saved, or all items
  • Filter items by feed IDs or group IDs
  • Mark items as read, saved, or unsaved
  • Configurable via environment variables
  • Uses SSE transport for MCP communication

Use cases of RSS MCP Server

  • Manage RSS subscriptions and items within a Cursor workflow
  • Automate reading and saving of articles from multiple feeds
  • Integrate RSS feed data into AI-assisted development tools
  • Build custom RSS dashboards or notification systems

FAQ from RSS MCP Server

What dependencies does RSS MCP Server require?

It requires Python packages: starlette, requests, python-dotenv, fastmcp, and uvicorn, as listed in requirements.txt.

How do I configure RSS MCP Server?

Set FEVER_API_URL, FEVER_USERNAME, and FEVER_PASSWORD in a .env file. Optionally set MCP_SERVER_NAME.

What API does RSS MCP Server use?

It uses the Fever API for RSS feed management. You must have a Fever API endpoint with valid credentials.

How do I run RSS MCP Server?

Run python main.py after installing dependencies and configuring the .env file. The server starts on port 8000.

What transport does RSS MCP Server use for MCP?

It uses Server-Sent Events (SSE) transport, as shown in the Cursor integration URL http://127.0.0.1:8000/sse.

コメント

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