PluginBench
MCP Server

io.github.fashionmascherine-svg/reddit-scraper MCP Server

io.github.fashionmascherine-svg/reddit-scraper

What is the io.github.fashionmascherine-svg/reddit-scraper MCP server?

Reddit MCP server: search posts, subreddit feeds, comments & user profiles as JSON. No API key.

How to install io.github.fashionmascherine-svg/reddit-scraper

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "reddit-scraper": {
      "url": "https://opportunity-biz--reddit-scraper.apify.actor/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "reddit-scraper": {
      "serverUrl": "https://opportunity-biz--reddit-scraper.apify.actor/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "reddit-scraper": {
      "type": "http",
      "url": "https://opportunity-biz--reddit-scraper.apify.actor/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "reddit-scraper": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://opportunity-biz--reddit-scraper.apify.actor/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http reddit-scraper https://opportunity-biz--reddit-scraper.apify.actor/mcp

Related MCP servers

Turn any PDF into structured JSON via AI + OCR: invoices, bank statements, contracts.

8
Python
MIT
View repository →