feed reader for VS Code
io.github.tono628develop/feed-reader
Fetch and read RSS/Atom feeds from any MCP client.
client:VS Code
transport:stdio
runtime:npm
Install feed reader in VS Code
.vscode/mcp.json
{
"servers": {
"feed-reader": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"feed-reader-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs