Skip to main content
ClaudeWave
harshmaur avatar
harshmaur

reddit-scraper-pro-mcp

View on GitHub

Remote MCP server entry for the Reddit Scraper Pro Apify Actor: Reddit posts, comments, search, users, subreddits as JSON

MCP ServersOfficial Registry0 stars0 forksUpdated today
ClaudeWave Trust Score
62/100
· OK
Passed
  • Actively maintained (<30d)
  • Clear description
  • Documented (README)
Flags
  • !No standard license detected
Last scanned: 9/10/2026
Install in Claude Code / Claude Desktop
Method: NPX · mcp-remote
Claude Code CLI
claude mcp add reddit-scraper-pro-mcp -- npx -y mcp-remote
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "reddit-scraper-pro-mcp": {
      "command": "npx",
      "args": ["-y", "mcp-remote"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Use cases

MCP Servers overview

# Reddit Scraper Pro – remote MCP server

Remote [MCP](https://modelcontextprotocol.io) endpoint for the [Reddit Scraper Pro](https://apify.com/harshmaur/reddit-scraper-pro) Apify Actor. Any MCP client (Claude Desktop, Claude Code, Cursor, Codex, Windsurf, ChatGPT) can call it as a tool to pull Reddit posts, full comment threads, keyword search results, user profiles and subreddit listings as structured JSON. No Reddit API key, no login, no rate-limit juggling.

Pricing is pay-per-result on Apify: $1.50 per 1,000 results plus $0.01 per run start. Apify's free tier covers small runs.

## Endpoint

```
https://mcp.apify.com/?tools=harshmaur/reddit-scraper-pro
```

Streamable HTTP. Authenticate with an Apify API token in the `Authorization: Bearer <APIFY_TOKEN>` header (create one free at https://console.apify.com/account/integrations), or let the client complete Apify's OAuth flow.

## Client config

```json
{
  "mcpServers": {
    "reddit-scraper-pro": {
      "url": "https://mcp.apify.com/?tools=harshmaur/reddit-scraper-pro",
      "headers": { "Authorization": "Bearer <APIFY_TOKEN>" }
    }
  }
}
```

Clients that only speak stdio can bridge with `npx mcp-remote https://mcp.apify.com/?tools=harshmaur/reddit-scraper-pro`.

## What the tool does

| Ask the agent | Input the tool uses |
| --- | --- |
| "Find Reddit posts mentioning my product this month" | `searchTerms` + `postedAfter` |
| "Scrape the top posts in r/SaaS" | `subredditUrls` |
| "Pull every comment from this thread" | `startUrls` + `crawlCommentsPerPost` |
| "What has this user posted?" | `startUrls` with a `/user/` URL |
| "Search only inside r/startups" | `searchTerms` + `withinCommunity` |

Results are JSON rows with a `dataType` discriminator (`post`, `comment`, `user`, `community`) and 140+ documented fields. Optional post-run delivery into Slack, Notion, Sheets or Airtable via Apify MCP connectors (`mcpConnector` input).

## Registry entry

`server.json` in this repo is what is published to the [official MCP Registry](https://registry.modelcontextprotocol.io) under `io.github.harshmaur/reddit-scraper-pro`.

## Links

- Actor page and full docs: https://apify.com/harshmaur/reddit-scraper-pro
- Apify MCP server docs: https://docs.apify.com/platform/integrations/mcp

What people ask about reddit-scraper-pro-mcp

What is harshmaur/reddit-scraper-pro-mcp?

+

harshmaur/reddit-scraper-pro-mcp is mcp servers for the Claude AI ecosystem. Remote MCP server entry for the Reddit Scraper Pro Apify Actor: Reddit posts, comments, search, users, subreddits as JSON It has 0 GitHub stars and its last recorded update is dated 2026-09-09.

How do I install reddit-scraper-pro-mcp?

+

You can install reddit-scraper-pro-mcp by cloning the repository (https://github.com/harshmaur/reddit-scraper-pro-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is harshmaur/reddit-scraper-pro-mcp safe to use?

+

Our security agent has analyzed harshmaur/reddit-scraper-pro-mcp and assigned a Trust Score of 62/100 (tier: OK). See the full breakdown of passed checks and flags on this page.

Who maintains harshmaur/reddit-scraper-pro-mcp?

+

harshmaur/reddit-scraper-pro-mcp is maintained by harshmaur. The last recorded GitHub activity is dated 2026-09-09, with 0 open issues.

Are there alternatives to reddit-scraper-pro-mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy reddit-scraper-pro-mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: harshmaur/reddit-scraper-pro-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/harshmaur-reddit-scraper-pro-mcp)](https://claudewave.com/repo/harshmaur-reddit-scraper-pro-mcp)
<a href="https://claudewave.com/repo/harshmaur-reddit-scraper-pro-mcp"><img src="https://claudewave.com/api/badge/harshmaur-reddit-scraper-pro-mcp" alt="Featured on ClaudeWave: harshmaur/reddit-scraper-pro-mcp" width="320" height="64" /></a>