RSS Reader MCP (kwp-lab)
OtherMCP server for RSS feed aggregation and article content extraction for AI assistants.
Manual configuration
Add this to your Claude Code settings.json (or .claude/settings.json in your project):
{
"mcpServers": {
"rss-reader-mcp": {
"command": "npx",
"args": [
"-y",
"rss-reader-mcp"
]
}
}
}