drio
Open app

MCP-RSS-Crawler

Source

RSS Crawler MCP Server

Catalog onlyCatalog onlySTDIO

Overview

MCP-RSS-Crawler is an RSS feed management tool that automatically fetches and organizes RSS feeds, allowing users to retrieve and manage articles efficiently.

To use MCP-RSS-Crawler, clone the repository, set up the environment, install dependencies, and start the server. Configure your LLM client to use the MCP endpoint for accessing the latest RSS feeds.

  • Automatic fetching and caching of RSS feeds - Customizable refresh intervals for feed updates - Keyword management for filtering articles - Comprehensive API endpoints for feed management - Command-line interface for server administration
  1. Managing multiple RSS feeds for news aggregation.
  2. Filtering articles based on specific keywords for targeted content.
  3. Integrating with LLMs to provide real-time updates from RSS feeds.

Add to your AI client

Use these steps to connect MCP-RSS-Crawler in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.

Cursor

Add this to your .cursor/mcp.json file in your project root, then restart Cursor.

.cursor/mcp.json

{
  "mcpServers": {
    "mcp-rss-crawler-mshk": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-rss-crawler-mshk"
      ]
    }
  }
}

Claude Desktop

Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.

~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

{
  "mcpServers": {
    "mcp-rss-crawler-mshk": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-rss-crawler-mshk"
      ]
    }
  }
}

Claude Code

Add this to your project's .mcp.json file. Claude Code will detect it automatically.

.mcp.json (project root)

{
  "mcpServers": {
    "mcp-rss-crawler-mshk": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-rss-crawler-mshk"
      ]
    }
  }
}

VS Code (Copilot)

Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.

.vscode/mcp.json

{
  "servers": {
    "mcp-rss-crawler-mshk": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-rss-crawler-mshk"
      ]
    }
  }
}

Windsurf

Add this to your Windsurf MCP config file, then restart Windsurf.

~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "mcp-rss-crawler-mshk": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-rss-crawler-mshk"
      ]
    }
  }
}

Cline

Open Cline settings, navigate to MCP Servers, and add this server configuration.

Cline MCP Settings (via UI)

{
  "mcpServers": {
    "mcp-rss-crawler-mshk": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-rss-crawler-mshk"
      ]
    }
  }
}

FAQ

Can I add multiple RSS feeds?

Yes! You can add and manage multiple RSS feed URLs.

How do I filter articles?

You can define keywords to filter and prioritize content based on your preferences.

Is there a command-line interface?

Yes! MCP-RSS-Crawler includes a command-line interface for server administration.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":3015,"uuid":"20689a58-25bd-42c0-8355-1d43903b7885","name":"mcp-rss-crawler","title":"MCP-RSS-Crawler","description":"RSS Crawler MCP Server","avatar_url":"https://avatars.githubusercontent.com/u/29593?v=4","created_at":"2025-03-17T01:13:38.276Z","updated_at":"2025-03-17T01:13:44.193Z","status":"created","author_name":"mshk","author_avatar_url":"https://avatars.githubusercontent.com/u/29593?v=4","tags":"[]","category":"research-and-data","is_featured":false,"sort":1,"url":"https://github.com/mshk/mcp-rss-crawler","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":"{\"star\":\"1\",\"license\":\"\",\"language\":\"TypeScript\",\"is_official\":false,\"latest_commit_time\":\"2025-03-31 09:44:08\"}","user_uuid":"3da28cb8-623f-4611-85e7-1e6944d26202","tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]

MCP-RSS-Crawler — MCP Registry