WHAT IT CONNECTS
mshk mcp rss crawler 为 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
MCP 收录不等于安全审核
MCP 服务器可能获得模型上下文、凭据、本地文件或调用外部系统的权限。连接 Agent 前,请检查代码、环境变量、网络行为、软件包来源与维护状态。