Reddit (RSS) for VS Code
io.github.jorgen-k/reddit-mcp
Read Reddit from Claude with no API key and no app registration, via Reddit's public RSS feeds.
client:VS Code
transport:stdio
runtime:pypi
Install Reddit (RSS) in VS Code
.vscode/mcp.json
{
"servers": {
"reddit-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"reddit-rss-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs