Description
The RSS to Markdown MCP server enables AI assistants to convert RSS feeds into formatted Markdown content. Built with Node.js, it exposes a single tool that fetches an RSS feed from a provided URL, parses the XML content using xml2js, and transforms it into a structured Markdown document with feed title, description, and individual items as clickable links. The implementation uses the Model Context Protocol's stdio transport for communication and includes robust error handling for invalid URLs, network issues, and malformed RSS feeds, making it ideal for content aggregation, news summarization, or blog monitoring workflows.
Server Details
Added
April 21, 2025
