Enable AI assistants to fetch, filter, and search RSS feeds instantly using a zero-configuration Model Context Protocol server.
{
"mcpServers": {
"rss-feeds": {
"command": "npx",
"args": [
"-y",
"rss-feeds-mcp"
]
}
}
}