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
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.
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 🔌