Search Reddit comments and submissions via PullPush.io with filtering by subreddit, author, and date
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
An MCP (Model Context Protocol) server for the PullPush.io Reddit API. This allows Claude and other MCP-compatible AI assistants to search Reddit comments and submissions.
PullPush.io provides access to Reddit's historical data, making it possible to search posts and comments that may no longer be available through Reddit's official API.
search_commentsSearch Reddit comments with the following parameters:
| Parameter | Type | Description |
|---|---|---|
q | string | Search query across all comment fields |
subreddit | string | Filter by subreddit (without r/ prefix) |
author | string | Filter by username |
after | string | Results after date (epoch or relative: 30d, 1y) |
before | string | Results before date (epoch or relative: 30d, 1y) |
sort | asc | desc | Sort order (default: desc) |
sort_type | created_utc | score | Sort field (default: created_utc) |
size | number | Results to return (1-100, default: 100) |
search_submissionsSearch Reddit posts/submissions with the following parameters:
| Parameter | Type | Description |
|---|---|---|
q | string | Search query across all fields |
subreddit | string | Filter by subreddit (without r/ prefix) |
author | string | Filter by username |
title | string | Search in titles only |
selftext | string | Search in post body only |
after | string | Results after date (epoch or relative: 30d, 1y) |
before | string | Results before date (epoch or relative: 30d, 1y) |
sort | asc | desc | Sort order (default: desc) |
sort_type | created_utc | score | num_comments | Sort field |
size | number | Results to return (1-100, default: 25) |
score | string | Filter by score (>100, <50, or exact) |
num_comments | string | Filter by comment count (>10, <5, or exact) |
over_18 | boolean | Filter NSFW content |
is_video | boolean | Filter video posts |
locked | boolean | Filter locked posts |
stickied | boolean | Filter stickied posts |
spoiler | boolean | Filter spoiler posts |
Add to your Claude Desktop config file:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Using npm (recommended):
Using a local build:
Restart Claude Desktop after updating the config.
Once configured, you can ask Claude:
This server uses the PullPush.io API. PullPush provides free access to Reddit's historical data without requiring authentication.
MIT
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/pullpush-reddit)<a href="https://allmcps.com/mcp/pullpush-reddit"><img src="https://allmcps.com/api/badge/pullpush-reddit?style=directory" alt="PullPush Reddit on AllMCPs" /></a>