Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From content-create
Local RSS reader MCP server that fetches, parses, and queries RSS/Atom feeds. Runs as a Node.js subprocess; no API keys or secrets required.
npx claudepluginhub xyzbit/claude-plugins --plugin content-createCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"rss-reader-server": {
"command": "npx",
"args": [
"-y",
"@iflow-mcp/rss-reader-server@0.1.0"
]
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Share bugs, ideas, or general feedback.