MCP Server
Active
MIT
com.scrapeunblocker/scrapeunblocker-mcp-remote MCP Server
com.scrapeunblocker/scrapeunblocker-mcp-remote
What is the com.scrapeunblocker/scrapeunblocker-mcp-remote MCP server?
Fetch any web page's HTML, AI-parsed JSON, or Google results via the ScrapeUnblocker anti-bot API
How to install com.scrapeunblocker/scrapeunblocker-mcp-remote
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Environment / auth
x-scrapeunblocker-keysecretYour ScrapeUnblocker API key (get one at https://app.scrapeunblocker.com). Optional - you can sign in with OAuth instead.
Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"scrapeunblocker-mcp-remote": {
"url": "https://mcp.scrapeunblocker.com/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"scrapeunblocker-mcp-remote": {
"serverUrl": "https://mcp.scrapeunblocker.com/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"scrapeunblocker-mcp-remote": {
"type": "http",
"url": "https://mcp.scrapeunblocker.com/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"scrapeunblocker-mcp-remote": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.scrapeunblocker.com/mcp"
]
}
}
}Claude Code
claude mcp add --transport http scrapeunblocker-mcp-remote https://mcp.scrapeunblocker.com/mcpRelated MCP servers
Fetch any web page's HTML or AI-parsed JSON through the ScrapeUnblocker anti-bot API.
0
View repository →TypeScript
MIT