PullPush Reddit for VS Code
io.github.jacklenzotti/pullpush-mcp
Search Reddit comments and submissions via PullPush.io with filtering by subreddit, author, and date
client:VS Code
transport:stdio
runtime:npm
Install PullPush Reddit in VS Code
.vscode/mcp.json
{
"servers": {
"pullpush-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"pullpush-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs