MCP RSS is a server that enables AI assistants to interact with RSS feeds, providing tools to parse OPML files, fetch articles, and manage content from subscribed sources. Built with TypeScript and MySQL, it offers features for importing feed subscriptions, automatically updating articles, and filtering content by source or favorite status. The implementation uses TypeORM for database management and exposes three main API methods: retrieving articles with customizable filters, listing available sources, and marking articles as favorites. Ideal for users who want their AI assistants to access and manage their RSS content without switching context.
暂无评论. 成为第一个评论的人!
登录以参与讨论
Get articles from subscribed RSS feeds. Parameters: status (optional string), source (optional string), limit (optional number, default: 10)
Get all available RSS feed sources. Parameters: None
Set the status of an article (normal or favorite). Parameters: status (string, required), articleId (number, required)