Skip to main content

A FastMCP server implementation for RSS feed management using the Fever API

Project description

RSS MCP Server

中文文档

A FastMCP server implementation for RSS feed management using the Fever API.

Installation

  1. Clone the repository
  2. Install dependencies:
pip install -r requirements.txt

Configuration

  1. Copy .env.example to .env:
cp .env.example .env
  1. Edit .env and set your configuration values:
  • FEVER_API_URL: URL of your Fever API endpoint
  • FEVER_USERNAME: Your Fever API username
  • FEVER_PASSWORD: Your Fever API password
  • MCP_SERVER_NAME: Name for your MCP server instance
  1. Configure Cursor Integration:

Create or edit your Cursor MCP configuration file at ~/.cursor/mcp.json:

{
  "mcpServers": {
    "RssMcpServer": {
      "url": "http://127.0.0.1:8000/sse"
    }
  }
}

This configuration will allow Cursor to connect to your RSS MCP server running locally on port 8000.

Running the Server

Start the server using:

python main.py

API Tools

The server provides the following MCP tools:

Feed Management

  • get_feeds(): Retrieve all RSS feeds
  • get_groups(): Retrieve all feed groups

Item Operations

  • get_unread_items(max_items=10, max_id=9999999999, since_id="", feed_ids=None, group_ids=None): Get unread items
  • get_saved_items(max_items=10, max_id=9999999999): Get saved/favorited items
  • get_items(since_id=""): Get items since a specific ID
  • get_items_by_feed_ids(feed_ids, max_items=10): Get items from specific feeds
  • get_items_by_group_ids(group_ids, max_items=10): Get items from specific groups
  • mark_item(item_id, action): Mark items as read/saved/unsaved

Dependencies

  • starlette>=0.27.0
  • requests>=2.31.0
  • python-dotenv>=1.0.0
  • fastmcp>=0.1.0
  • uvicorn>=0.24.0

License

MIT License

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

File details

Details for the file iflow_mcp_weekend_project_space_rss_mcp_server-0.1.0.tar.gz.

File metadata

  • Download URL: iflow_mcp_weekend_project_space_rss_mcp_server-0.1.0.tar.gz
  • Upload date:
  • Size: 6.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.10.0 {"installer":{"name":"uv","version":"0.10.0","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Debian GNU/Linux","version":"13","id":"trixie","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for iflow_mcp_weekend_project_space_rss_mcp_server-0.1.0.tar.gz
Algorithm Hash digest
SHA256 b24476813547926bc468337e6d095805745c620af9edeaf08bc1713237e6debb
MD5 1ffff9ed426d0b2d8ef89308257f9b71
BLAKE2b-256 60c02863d3584e577b1740093065a25aa1f25fe0a6caeafab69d89b7aff9189a

See more details on using hashes here.

File details

Details for the file iflow_mcp_weekend_project_space_rss_mcp_server-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: iflow_mcp_weekend_project_space_rss_mcp_server-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 11.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.10.0 {"installer":{"name":"uv","version":"0.10.0","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Debian GNU/Linux","version":"13","id":"trixie","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for iflow_mcp_weekend_project_space_rss_mcp_server-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 fe1446a2b01acdc3fc4240c80a924aef38c77396ef90d30f7620c9deda67959e
MD5 c4ab33b815bc5af44942c05b94fea5b5
BLAKE2b-256 4f98bba9092c655e3ed71331429fd59271a7208fb6dae4d43f940c566268b358

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page