Oxylabs
Scrape websites with Oxylabs Web API, supporting dynamic rendering and parsing for structured data extraction.
Ads
Overview
The Oxylabs MCP server provides a bridge between AI models and the web. It enables them to scrape any URL, render JavaScript-heavy pages, extract and format content for AI use, manage CAPTCHA, and access geo-restricted web data from 195+ countries. It is built on the Model Context Protocol (MCP), the open standard for connecting AI assistants to external tools and data. Oxylabs MCP provides two sets of tools that can be used together or independently: 1. universal_scraper: scrapes any URL, with optional JavaScript rendering, geo-targeting, and Markdown/HTML/links output; 2. google_search_scraper: extracts results from Google Search, with optional parsing into structured JSON; 3. amazon_search_scraper: scrapes Amazon search result pages, with optional parsing into structured JSON; 4. amazon_product_scraper: extracts data from individual Amazon product pages.
Installation
claude mcp add --transport http oxylabs https://mcp.oxylabs.io/mcp \
Configuration
{
"mcpServers": {
"oxylabs": {
"url": "https://mcp.oxylabs.io/mcp",
"headers": {
"Authorization": "Basic <base64 of username:password>",
"X-Oxylabs-AI-Studio-Api-Key": "YOUR_API_KEY"
}
}Capabilities
- Scrape any URL
Ask your assistant to fetch and extract content from any webpage using `universal_scraper`, with optional JavaScript rendering and geo-targeting.
- Search Google and Amazon
Use `google_search_scraper`, `amazon_search_scraper`, or `amazon_product_scraper` to pull structured results from these platforms.
- AI-powered extraction
Leverage `ai_scraper` to scrape any URL and return data in JSON, CSV, Markdown, or TOON formats.
- Crawl and map websites
Use `ai_crawler` to collect data across multiple pages from a starting URL, or `ai_map` to list site URLs filtered by keywords.
- Automate browser tasks
Delegate navigation, clicking, and form-filling to `ai_browser_agent`, which controls a real browser based on a prompt.
- Generate extraction schemas
Ask for an OpenAPI-format JSON schema via `generate_schema` to structure data extraction with AI tools.
Tags
- web-scraping
- api
- data-analysis
Related MCP servers
Skyvern
OfficialAI-powered browser automation MCP server — navigate sites, fill forms, extract data, and handle logins via Claude Code CLI
Firecrawl
OfficialExtract web data with Firecrawl
Apify
OfficialOfficial Apify MCP server for AI agents to run Actors, extract website data, and automate web scraping and crawling workflows.
Bright Data
OfficialDiscover, extract, and interact with the web - one interface powering automated access across the public internet.