scraperapi/scraperapi-mcp
by Various
This MCP server enables LLMs to retrieve and process web scraping requests using ScraperAPI.
MCP
scraperapi/scraperapi-mcp
Added 1 June 2026
Overview
A Model Context Protocol server that lets LLMs send web scraping requests through ScraperAPI. It handles proxy rotation, CAPTCHA solving, and JavaScript rendering so the AI can retrieve page content without managing anti-bot infrastructure.
Best for
Best for
Developers building AI agents that need reliable web scraping without manually handling anti-bot measures
Use cases
- Extract data from JavaScript-heavy websites within an AI agent workflow
- Scrape pages that require proxy rotation or CAPTCHA bypass
- Integrate structured web scraping into automated research or data pipelines
How to use
Install
pip install scraperapi-mcp-server Tested with
Claude Desktop, Claude Code, Cursor, Windsurf, Cline, VS Code
Example client config
{\n "mcpServers": {\n "ScraperAPI": {\n "command": "python",\n "args": ["-m", "scraperapi_mcp_server"],\n "env": {\n "API_KEY": "<YOUR_SCRAPERAPI_API_KEY>"\n }\n }\n }\n} Notes
A Model Context Protocol server that lets LLMs send web scraping requests through ScraperAPI. It handles proxy rotation, CAPTCHA solving, and JavaScript rendering so the AI can retrieve page content without managing anti-bot infrastructure.
4 stars on GitHub. Last updated 2026-04-08. Licensed MIT.
Use cases
- Extract data from JavaScript-heavy websites within an AI agent workflow
- Scrape pages that require proxy rotation or CAPTCHA bypass
- Integrate structured web scraping into automated research or data pipelines
Pros
- Eliminates the need to manage proxies, CAPTCHAs, and browser automation
- Works with JavaScript-rendered content out of the box
- Simple drop-in integration via the MCP protocol for any MCP-compatible client
Cons
- Requires a paid ScraperAPI subscription beyond the free tier
- Limited to ScraperAPI’s supported sites and subject to their rate limits
- Depends on the MCP ecosystem and a Python runtime environment
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Eliminates the need to manage proxies, CAPTCHAs, and browser automation
- Works with JavaScript-rendered content out of the box
- Simple drop-in integration via the MCP protocol for any MCP-compatible client
Cons
- Requires a paid ScraperAPI subscription beyond the free tier
- Limited to ScraperAPI's supported sites and subject to their rate limits
- Depends on the MCP ecosystem and a Python runtime environment
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Cline
Cline
Open-source autonomous coding agent that lives inside VS Code. BYO model key, watch it work.
Claude Code
Anthropic
Anthropic's terminal-native coding agent. Reads your repo, edits files, runs tests, ships PRs.
Continue
Continue.dev
Open-source AI code assistant for VS Code and JetBrains. Customisable, BYO model, built for enterprise.
agent-infra/mcp-server-browser
Various
The Open-Source Multimodal AI Agent Stack: Connecting Cutting-Edge AI Models and Agent Infra
browsermcp/mcp
Various
Browser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
executeautomation/playwright-mcp-server
Various
Playwright Model Context Protocol Server - Tool to automate Browsers and APIs in Claude Desktop, Cline, Cursor IDE and More 🔌
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.