reddit mcp buddy for VS Code
io.github.karanb192/reddit-mcp-buddy
Reddit browser for AI assistants. Browse without API keys; add credentials for search and analysis.
client:VS Code
transport:stdio
runtime:npm
Install reddit mcp buddy in VS Code
.vscode/mcp.json
{
"servers": {
"reddit-mcp-buddy": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"reddit-mcp-buddy"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs