About
Oxylabs MCP bridges AI assistants with live web data through enterprise-grade scraping infrastructure. It extracts structured content from any website, handles JavaScript-rendered pages, bypasses anti-bot protections, and enables geo-targeted data collection from 195+ countries. Key capabilities include: - Universal website scraping with JavaScript execution support - Specialized extractors for Google Search results - Amazon product and search page data extraction - AI-powered content parsing into JSON or Markdown formats - Intelligent multi-page crawling based on natural language prompts - Browser automation for interactive web workflows - Real-time web search with structured result extraction
README
Oxylabs MCP Server
The missing link between AI models and the real‑world web: one API that delivers clean, structured data from any site.
[](https://smithery.ai/server/@oxylabs/oxylabs-mcp) [](https://pypi.org/project/oxylabs-mcp/) [](https://discord.gg/Pds3gBmKMH) [](LICENSE) [](https://mseep.ai/app/f6a9c0bc-83a6-4f78-89d9-f2cec4ece98d)
---
📖 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, bypass anti-scraping measures, and access geo-restricted web data from 195+ countries.
🛠️ MCP Tools
Oxylabs MCP provides two sets of tools that can be used together or independently:
Oxylabs Web Scraper API Tools
1. universal_scraper: Uses Oxylabs Web Scraper API for general website scraping; 2. google_search_scraper: Uses Oxylabs Web Scraper API to extract results from Google Search; 3. amazon_search_scraper: Uses Oxylabs Web Scraper API to scrape Amazon search result pages; 4. amazon_product_scraper: Uses Oxylabs Web Scraper API to extract data from individual Amazon product pages.Oxylabs AI Studio Tools
5. ai_scraper: Scrape content from any URL in JSON or Markdown format with AI-powered data extraction; 6. ai_crawler: Based on a prompt, crawls a website and collects data in Markdown or JSON format across multiple pages; 7. ai_browser_agent: Based on prompt, controls a browser and returns data in Markdown, JSON, HTML, or screenshot formats; 8. ai_search: Search the web for URLs and their contents with AI-powered content extraction.
✅ Prerequisites
Before you begin, make sure you have at least one of the following:
📦 Configuration
Environment variables
Oxylabs MCP server supports the following environment variables:
| Name | Description | Default |
|----------------------------|-----------------------------------------------|---------|
| OXYLABS_USERNAME | Your Oxylabs Web Scraper API username | |
| OXYLABS_PASSWORD | Your Oxylabs Web Scraper API password | |
| OXYLABS_AI_STUDIO_API_KEY| Your Oxylabs AI Studio API key | |
| LOG_LEVEL | Log level for the logs returned to the client | INFO |
Based on provided credentials, the server will automatically expose the corresponding tools:
OXYLABS_USERNAME and OXYLABS_PASSWORD are provided, the server will expose the Web Scraper API tools;OXYLABS_AI_STUDIO_API_KEY is provided, the server will expose the AI Studio tools;OXYLABS_USERNAME and OXYLABS_PASSWORD and OXYLABS_AI_STUDIO_API_KEY are provided, the server will expose all tools.❗❗❗ **Important note: if you don't have Web Scraper API or Oxylabs AI studio credentials, delete the corresponding environment variables placeholders. Leaving placeholder values will result in exposed tools that do not work.**
Configure with uvx
# macOS and Linux
curl -LsSf https://astral.sh/uv/install.sh | sh
OR:
# Windows
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
{
"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"
}
}
}
}
Configure with uv
# macOS and Linux
curl -LsSf https://astral.sh/uv/install.sh | sh
Related MCP Servers
AI Research Assistant
hamid-vakilzadeh
AI Research Assistant provides comprehensive access to millions of academic papers through the Semantic Scholar and arXiv databases. This MCP server enables AI coding assistants to perform intelligent literature searches, citation network analysis, and paper content extraction without requiring an API key. Key features include: - Advanced paper search with multi-filter support by year ranges, citation thresholds, field of study, and publication type - Title matching with confidence scoring for finding specific papers - Batch operations supporting up to 500 papers per request - Citation analysis and network exploration for understanding research relationships - Full-text PDF extraction from arXiv and Wiley open-access content (Wiley TDM token required for institutional access) - Rate limits of 100 requests per 5 minutes with options to request higher limits through Semantic Scholar
Linkup
LinkupPlatform
Linkup is a real-time web search and content extraction service that enables AI assistants to search the web and retrieve information from trusted sources. It provides source-backed answers with citations, making it ideal for fact-checking, news gathering, and research tasks. Key features of Linkup: - Real-time web search using natural language queries to find current information, news, and data - Page fetching to extract and read content from any webpage URL - Search depth modes: Standard for direct-answer queries and Deep for complex research across multiple sources - Source-backed results with citations and context from relevant, trustworthy websites - JavaScript rendering support for accessing dynamic content on JavaScript-heavy pages
Math-MCP
EthanHenrickson
Math-MCP is a computation server that enables Large Language Models (LLMs) to perform accurate numerical calculations through the Model Context Protocol. It provides precise mathematical operations via a simple API to overcome LLM limitations in arithmetic and statistical reasoning. Key features of Math-MCP: - Basic arithmetic operations: addition, subtraction, multiplication, division, modulo, and bulk summation - Statistical analysis functions: mean, median, mode, minimum, and maximum calculations - Rounding utilities: floor, ceiling, and nearest integer rounding - Trigonometric functions: sine, cosine, tangent, and their inverses with degrees and radians conversion support