MCP.so
Sign In

RSS MCP Server

@weekend-project-space

About RSS MCP Server

supprot fever api + remote

Basic information

Category

Other

Runtime

python

Transports

stdio

Publisher

weekend-project-space

Config

Add this server to your MCP-compatible client using the configuration below.

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

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 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.

Comments

More Other MCP servers