PullPush Reddit for Cursor
io.github.jacklenzotti/pullpush-mcp
Search Reddit comments and submissions via PullPush.io with filtering by subreddit, author, and date
client:Cursor
transport:stdio
runtime:npm
Install PullPush Reddit in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"pullpush-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"pullpush-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs