rssmcp
About
Fetches RSS feeds and returns entries as formatted text, with support for OPML configuration.
Details
- Author
- lunran
- GitHub stars
- 2
- Downloads
- 300
- Categories
- Web Scraping, Other
- Tags
- #news, #content-creation
Jump to
- Fetches RSS feeds and returns formatted text entries
- Configurable via an OPML file listing subscriptions
- Optional file export of fetched results
- Single, simple tool for RSS retrieval
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
rssmcpCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install rssmcp via Smithery with the command npx -y @smithery/cli install @Lunran/rssmcp --client claude, or manually add it to your MCP configuration using uvx -U rssmcp with the --opml argument pointing to a local OPML file. Once configured, the single tool get_rss can be invoked with a feed name and a since timestamp.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"rssmcp": {
"rssmcp": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@Lunran/rssmcp",
"--client",
"claude"
]
}
}
}
}
McpServers
{
"rssmcp": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@Lunran/rssmcp",
"--client",
"claude"
]
}
}
- get_rss: Fetches RSS feeds and returns entries as formatted text
- Takes "feed_name" and "since" as required string arguments
- "export_result" as an optional boolean parameter (defaults to false)
- Returns formatted feed entries as text and optionally exports to a file
To install rssmcp for Claude Desktop automatically viaSmithery:
npx -y @smithery/cli install @Lunran/rssmcp --client claude
"mcpServers": { "rssmcp": { "command": "uvx", "args": [ "-U", "rssmcp" "--opml", "path/to/your.opml"], ] } }
Fetches and caches daily articles from GeekNews using web scraping.
Fetches and parses stories from Hacker News, providing structured data for top, new, ask, show, and job posts.
Fetches and caches RSS feeds using a SQLite database for use with LLMs via the MCP protocol.
Real-time news aggregation from AP, BBC, NPR, Hacker News, and Google News
Collects and summarizes technical articles from sources like Qiita, Dev.to, NewsAPI, and Hacker News using the Gemini API.
Extracts factual claims from text using the Claimify methodology. Requires an OpenAI API key.
Company intelligence in one tool call — funding, tech stack, employees, competitors, news from public APIs
A server for web crawling and content extraction using the Crawl4AI library.
Scrape any URL with JavaScript rendering and get back clean markdown — built for AI agents, LLM pipelines, and autonomous research workflows.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




