PluginBench
MCP Server
Active
MIT

com.scrapeunblocker/scrapeunblocker-mcp MCP Server

com.scrapeunblocker/scrapeunblocker-mcp

What is the com.scrapeunblocker/scrapeunblocker-mcp MCP server?

Fetch any web page's HTML or AI-parsed JSON through the ScrapeUnblocker anti-bot API.

How to install com.scrapeunblocker/scrapeunblocker-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • SCRAPEUNBLOCKER_KEY
    required
    secret

    Your ScrapeUnblocker API key (get one at https://app.scrapeunblocker.com).

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "scrapeunblocker-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "scrapeunblocker-mcp"
      ],
      "env": {
        "SCRAPEUNBLOCKER_KEY": "<YOUR_SCRAPEUNBLOCKER_KEY>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "scrapeunblocker-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "scrapeunblocker-mcp"
      ],
      "env": {
        "SCRAPEUNBLOCKER_KEY": "<YOUR_SCRAPEUNBLOCKER_KEY>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "scrapeunblocker-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "scrapeunblocker-mcp"
      ],
      "env": {
        "SCRAPEUNBLOCKER_KEY": "<YOUR_SCRAPEUNBLOCKER_KEY>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "scrapeunblocker-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "scrapeunblocker-mcp"
      ],
      "env": {
        "SCRAPEUNBLOCKER_KEY": "<YOUR_SCRAPEUNBLOCKER_KEY>"
      }
    }
  }
}
Claude Code
claude mcp add scrapeunblocker-mcp --env SCRAPEUNBLOCKER_KEY=<YOUR_SCRAPEUNBLOCKER_KEY> -- npx -y scrapeunblocker-mcp

Related MCP servers

Fetch any web page's HTML, AI-parsed JSON, or Google results via the ScrapeUnblocker anti-bot API

0
TypeScript
MIT
View repository →