rss-news
Allows managing RSS subscriptions, syncing latest news, fetching unread news, consuming news, and counting news from RSS feeds.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@rss-newsReview the past 24 hours of news and summarize important items."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
____ ____ ____ _ _ __ __ ____ ____
| _ \/ ___/ ___| | \ | | _____ _____ | \/ |/ ___| _ \
| |_) \___ \___ \ | \| |/ _ \ \ /\ / / __| | |\/| | | | |_) |
| _ < ___) |__) | | |\ | __/\ V V /\__ \ | | | | |___| __/
|_| \_\____/____/ |_| \_|\___| \_/\_/ |___/ |_| |_|\____|_|
Cut through noise and clickbait. With one npx command, your AI can connect to and process first-hand news sources.
Install MCP
npm package install:
npm i -g @max1ab/rss-newsAdd this server to your MCP config:
{
"mcpServers": {
"rss-news": {
"command": "rss-news"
}
}
}Examples
You can directly say things like this to an AI that supports MCP:
Help me review the past 24 hours of news, summarize the important items, and organize the summary into Notion.
Help me check unread news, pick the most important items, and send a message to my phone.
Help me follow the latest OpenAI news. If I am not subscribed yet, add suitable subscriptions first.
Help me search for some AI-related RSS sources, preview the content quality, and subscribe to the good ones.
Help me count how many unread news items appeared in the past 24 hours, grouped by source.
Features
Manage subscriptions
Sync the latest news
Fetch unread news
Consume news
Count news
Reset state
Seed example subscriptions from example-subscriptions.json when a new database is created
Related MCP server: MCP RSS
Advanced Setup
Environment Variables
RSS_MCP_DB_PATH: SQLite path (default:%APPDATA%/rss-news/rss.sqliteon Windows,~/.local/share/rss-news/rss.sqliteon other platforms)RSS_MCP_REQUEST_TIMEOUT_MS: fetch timeout in milliseconds (default:15000)RSS_MCP_DEFAULT_FETCH_LIMIT: default global fetch limit (default:20)RSS_MCP_MAX_FEEDS_PER_REQUEST: max feed count for each call (default:50)RSS_MCP_USER_AGENT: custom request User-AgentRSS_MCP_DEBUG: set1ortrueto enable debug logsRSS_MCP_DEBUG_PREVIEW_LENGTH: preview length of response body for debug (default:300)
Local Development
npm install
npm run build
npm startDevelopment:
npm run devRun tests:
npm testCurrent Tools
Database file is created lazily on first repository usage if it does not exist.
subscriptions: stores subscribed feeds plus fetch metadataentries: stores fetched entries (feed_url + entry_uidis unique)deliveries: stores which entries have already been consumed
Available MCP tools:
list_subscriptionsupsert_subscriptionsremove_subscriptionspreview_feedPreview one or more feed URLs before subscribing, to confirm they can be fetched and the content is suitable.sync_newsfetch_newsconsume_newscount_newsset_consumption_status
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Appeared in Searches
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/max1ab/rss-news'
If you have feedback or need assistance with the MCP directory API, please join our Discord server