FeedKit for VS Code
io.github.arknill/feedkit
RSS/Atom feed collection with 417 curated feeds. Python MCP server.
client:VS Code
transport:stdio
runtime:pypi
Install FeedKit in VS Code
.vscode/mcp.json
{
"servers": {
"feedkit": {
"type": "stdio",
"command": "uvx",
"args": [
"feedkit"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs