@missionsquad/mcp-rss
OfficialUses environment variables for server configuration through .env files.
Supports exporting and formatting feed content in Markdown format.
Runs on Node.js v20 or later as its runtime environment.
Supports installation and package management through npm.
Fetches, parses, and manages RSS/Atom feeds with capabilities for caching, batch fetching, monitoring for updates, searching across feeds, and extracting content in various formats (JSON, Markdown, HTML, text).
Supports installation and package management through Yarn.
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., "@@missionsquad/mcp-rssfetch the latest headlines from TechCrunch"
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.
MCP-RSS Server
A Model Context Protocol (MCP) server for fetching, parsing, and managing RSS feeds.
Features
Fetch and parse RSS/Atom feeds
In-memory caching with TTL
Batch fetching of multiple feeds
Monitor feeds for new items
Search content across multiple feeds
Extract and format feed content
OPML export of subscribed feeds
Related MCP server: mcp-rss-feed-searcher
Getting Started
Install:
yarn add @missionsquad/mcp-rssornpm install @missionsquad/mcp-rss
Prerequisites
Node.js v20 or later
npm or yarn
Setup
Install Dependencies:
yarnConfigure Environment:
Copy
.env.exampleto.env.Edit
.envand set the necessary environment variables.
Build the Project:
yarn buildStart the Server:
yarn start
Available Tools
fetch_rss_feed: Fetches and parses a single RSS feed.fetch_multiple_feeds: Fetches multiple RSS feeds in parallel or sequentially.monitor_feed_updates: Checks for new items in a feed since a specific time.search_feed_items: Searches for content across one or more RSS feeds.extract_feed_content: Extracts and formats content from feed items. Supportsjson,markdown,html, andtextformats.get_feed_headlines: Gets a list of headlines from a feed. Supportsjson,markdown,html, andtextformats.
Available Resources
rss://cache/{feedUrl}: Access cached feed data.rss://opml/export: Export all monitored feeds in OPML format.
Configuration
Configure the server using environment variables defined in .env. See .env.example for all available options.
Try it on Mission Squad
You can test the mcp-rss server and other MCP servers on the Mission Squad platform. Mission Squad is an Agentic AI Platform that allows you to build, manage, and deploy cooperative agents that connect to any model, leverage private data, and automate complex tasks. Sign up for a free account to get started
Maintenance
Related MCP Servers
- Alicense-qualityDmaintenanceMCP RSS is a Model Context Protocol (MCP) server for interacting with RSS feedsLast updated3928MIT
- Alicense-qualityDmaintenanceAn MCP server that enables searching across multiple RSS feed sources simultaneously, with support for extensible feed sources and both STDIO and HTTP modes.Last updatedMIT
- Flicense-qualityCmaintenanceRead-only MCP server for monitoring public RSS and Atom feeds from competitor and industry websites, enabling competitive intelligence workflows through feed fetching, searching, and thematic summarization.Last updated
- Alicense-qualityDmaintenanceMCP server for interacting with FreshRSS via the Google Reader API, enabling subscription management, content reading, and item operations.Last updatedMIT
Related MCP Connectors
Live Feeds (RSS/Atom) MCP.
MCP server for Google search results via SERP API
Track and browse RSS feeds with ease. Fetch the latest entries from any feed URL and extract full…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/MissionSquad/mcp-rss'
If you have feedback or need assistance with the MCP directory API, please join our Discord server