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.
Aucun avis encore. Soyez le premier à donner votre avis !
Connectez-vous pour rejoindre la conversation
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)