mcp-rss-md

taweili/mcp-rss-md

3.1

If you are the rightful owner of mcp-rss-md and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

An MCP server that provides tools for converting RSS feeds into Markdown format.

The RSS to Markdown MCP Server is designed to facilitate the conversion of RSS feeds into Markdown format, making it easier for users to integrate and display RSS content in Markdown-supported platforms. This server can be integrated into any MCP client, allowing for seamless conversion processes. It is particularly useful for developers and content creators who need to transform RSS feed data into a more readable and versatile format. The server is easy to set up and can be run as a standalone application or as part of a larger MCP configuration. With its simple command-line interface, users can quickly convert RSS feeds by specifying the feed URL and an optional output path for the Markdown file.

Features

  • Easy integration with MCP clients for automated RSS to Markdown conversion.
  • Standalone operation mode for direct use without MCP client integration.
  • Customizable output path for saving converted Markdown files.
  • Simple command-line interface for quick and efficient operation.
  • Licensed under GPL-3.0, ensuring open-source availability and collaboration.

Usages

usage with mcp configuration

{
  "mcpServers": {
    "rss-to-md": {
      "command": "node",
      "args": ["rss-to-md-server.js"]
    }
  }
}

usage standalone

bash
node rss-to-md-server.js

Tools

  1. convert_rss

    Converts an RSS feed to Markdown format with parameters for URL and optional output path.