Database · MODEL CONTEXT PROTOCOL
mshk mcp rss crawler
RSS Crawler MCP Server
WHAT IT CONNECTS
What mshk mcp rss crawler gives an AI Agent
- Fetching and caching of RSS feeds (SQLite database)
- MCP protocol implementation for seamless LLM integration
- Support for filtering feeds by category, source, or keywords
- Comprehensive API endpoints for feed management
- Add, update, and delete feeds
- Support for fetching articles from Firecrawl
- Bun
- Firecrawl API key
- Claude Desktop or other MCP client
- Clone this repository
- Create a `claude_desktop_config.json` file based on `claude_desktop_config.json.example` with your configuration
- Install dependencies:
- Start Claude Desktop:
- `PORT` - Server port (default: 5556)
- `FIRECRAWL_API_KEY` - Firecrawl API key
- `DB_DIR` - Database directory (default: `~/.mcp-rss-crawler`)
- For connection issues, check your network settings and firewall configuration
- Logs are available in the console and can be used to diagnose problems
- For more detailed logging, set the `DEBUG=mcp-rss:*` environment variable
SECURITY
An MCP listing is not a security review
An MCP server may receive model context, credentials, local files, or permission to call external systems. Review its code, requested environment variables, network behavior, package provenance, and maintenance status before connecting it to an agent.