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
- Clone the repository
- Install dependencies:
pip install -r requirements.txt
Configuration
- Copy
.env.exampleto.env:
cp .env.example .env
- Edit
.envand set your configuration values:
FEVER_API_URL: URL of your Fever API endpointFEVER_USERNAME: Your Fever API usernameFEVER_PASSWORD: Your Fever API passwordMCP_SERVER_NAME: Name for your MCP server instance
- 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 feedsget_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 itemsget_saved_items(max_items=10, max_id=9999999999): Get saved/favorited itemsget_items(since_id=""): Get items since a specific IDget_items_by_feed_ids(feed_ids, max_items=10): Get items from specific feedsget_items_by_group_ids(group_ids, max_items=10): Get items from specific groupsmark_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
Release history Release notifications | RSS feed
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b24476813547926bc468337e6d095805745c620af9edeaf08bc1713237e6debb
|
|
| MD5 |
1ffff9ed426d0b2d8ef89308257f9b71
|
|
| BLAKE2b-256 |
60c02863d3584e577b1740093065a25aa1f25fe0a6caeafab69d89b7aff9189a
|
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fe1446a2b01acdc3fc4240c80a924aef38c77396ef90d30f7620c9deda67959e
|
|
| MD5 |
c4ab33b815bc5af44942c05b94fea5b5
|
|
| BLAKE2b-256 |
4f98bba9092c655e3ed71331429fd59271a7208fb6dae4d43f940c566268b358
|