pullpush-mcp
Provides tools to search Reddit comments and submissions via the PullPush.io API, enabling retrieval of historical Reddit data.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@pullpush-mcpfind recent posts about AI in r/MachineLearning"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
pullpush-mcp
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.
Tools
search_comments
Search Reddit comments with the following parameters:
Parameter | Type | Description |
| string | Search query across all comment fields |
| string | Filter by subreddit (without r/ prefix) |
| string | Filter by username |
| string | Results after date (epoch or relative: |
| string | Results before date (epoch or relative: |
|
| Sort order (default: desc) |
|
| Sort field (default: created_utc) |
| number | Results to return (1-100, default: 100) |
search_submissions
Search Reddit posts/submissions with the following parameters:
Parameter | Type | Description |
| string | Search query across all fields |
| string | Filter by subreddit (without r/ prefix) |
| string | Filter by username |
| string | Search in titles only |
| string | Search in post body only |
| string | Results after date (epoch or relative: |
| string | Results before date (epoch or relative: |
|
| Sort order (default: desc) |
|
| Sort field |
| number | Results to return (1-100, default: 25) |
| string | Filter by score ( |
| string | Filter by comment count ( |
| boolean | Filter NSFW content |
| boolean | Filter video posts |
| boolean | Filter locked posts |
| boolean | Filter stickied posts |
| boolean | Filter spoiler posts |
Related MCP server: Reddit MCP Server
Installation
npm (recommended)
npm install -g pullpush-mcpFrom source
git clone https://github.com/jacklenzotti/pullpush-mcp.git
cd pullpush-mcp
npm install
npm run buildUsage with Claude Desktop
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):
{
"mcpServers": {
"pullpush": {
"command": "npx",
"args": ["-y", "pullpush-mcp"]
}
}
}Using a local build:
{
"mcpServers": {
"pullpush": {
"command": "node",
"args": ["/absolute/path/to/pullpush-mcp/build/index.js"]
}
}
}Restart Claude Desktop after updating the config.
Example Prompts
Once configured, you can ask Claude:
"Find all posts by user spez from the last year"
"Search for comments mentioning 'typescript' in r/programming"
"Show me the top 20 posts in r/LocalLLaMA sorted by score"
"Find comments by user GovSchwarzenegger"
"Search r/machinelearning for posts about transformers with more than 100 upvotes"
Development
# Build
npm run build
# Type check
npm run typecheck
# Test with MCP Inspector
npm run inspectAPI Reference
This server uses the PullPush.io API. PullPush provides free access to Reddit's historical data without requiring authentication.
License
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityBmaintenanceEnables AI assistants to browse Reddit, search posts, analyze user activity, and fetch comments without requiring API keys. Features smart caching, clean data responses, and optional authentication for higher rate limits.Last updated252,613770MIT
- Alicense-qualityDmaintenanceEnables AI agents to search, monitor, and analyze Reddit's communities and discussions through authenticated API access with intelligent caching and rate limiting.Last updatedMIT
- Alicense-quality-maintenanceEnables AI assistants to interact with Reddit by searching subreddits, retrieving hot posts, and fetching detailed post information with comments through the Reddit API.Last updated
- Alicense-qualityDmaintenanceEnables searching Reddit posts, fetching subreddit content, and retrieving post comments without requiring an API key. It uses public JSON endpoints to provide seamless access to Reddit data for LLM-based applications.Last updated16MIT
Related MCP Connectors
Reddit posts, comments, subreddits, and search for AI agents. Free key, self-minted, no signup.
Browse and manage Reddit posts, comments, and threads. Fetch user activity, explore hot/new/rising…
Give your agent live data from Twitter, Reddit, the web and GitHub. No API keys, no scraping stack.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jacklenzotti/pullpush-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server