
oxylabs-mcp
by oxylabs·★ 95·Score 48
Oxylabs MCP server enables AI models to scrape and interact with the real-world web.
Overview
The Oxylabs MCP server provides a bridge between AI models and the web, enabling them to scrape any URL, render JavaScript-heavy pages, extract and format content for AI use, bypass anti-scraping measures, and access geo-restricted web data from 195+ countries. It offers two sets of tools: Web Scraper API tools for general scraping and AI Studio tools for AI-powered data extraction, crawling, and browser control.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose Oxylabs MCP when you need reliable access to web data with anti-bot bypass capabilities and structured output, especially if you already use or are willing to subscribe to Oxylabs services.
When NOT to choose this
Avoid Oxylabs MCP if you need open-source solutions, have concerns about vendor lock-in, or prefer not to pay for premium web scraping services.
Tools this server exposes
8 tools extracted from the READMEuniversal_scraperScrape any website using Oxylabs Web Scraper API
google_search_scraperExtract results from Google Search using Oxylabs Web Scraper API
amazon_search_scraperScrape Amazon search result pages using Oxylabs Web Scraper API
amazon_product_scraperExtract data from individual Amazon product pages using Oxylabs Web Scraper API
ai_scraperScrape content from any URL in JSON or Markdown format with AI-powered extraction
ai_crawlerBased on a prompt, crawl a website and collect data in Markdown or JSON format across multiple pages
ai_browser_agentBased on prompt, control a browser and return data in Markdown, JSON, HTML, or screenshot formats
ai_searchSearch the web for URLs and their contents with AI-powered content extraction
Comparable tools
Installation
Installation
Install with uvx:
# macOS and Linux
curl -LsSf https://astral.sh/uv/install.sh | sh
# Windows
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"Configure with uvx:
{
"mcpServers": {
"oxylabs": {
"command": "uvx",
"args": ["oxylabs-mcp"],
"env": {
"OXYLABS_USERNAME": "OXYLABS_USERNAME",
"OXYLABS_PASSWORD": "OXYLABS_PASSWORD",
"OXYLABS_AI_STUDIO_API_KEY": "OXYLABS_AI_STUDIO_API_KEY"
}
}
}
}Configuration
Configure with Claude Desktop: Navigate to **Claude → Settings → Developer → Edit Config** and add the configuration above to the claude_desktop_config.json file.
FAQ
- What tools does Oxylabs MCP provide?
- Oxylabs MCP provides two sets of tools: Web Scraper API tools (universal_scraper, google_search_scraper, etc.) and AI Studio tools (ai_scraper, ai_crawler, ai_browser_agent, ai_search).
- What are the prerequisites for using Oxylabs MCP?
- You need either an Oxylabs Web Scraper API account (with username/password) or an Oxylabs AI Studio API key to use the corresponding tools.
Compare oxylabs-mcp with
Last updated · Auto-generated from public README + GitHub signals.