The Oxylabs MCP server provides a bridge between AI models and the web, enabling scraping of any URL, rendering JavaScript-heavy pages, and extracting structured data for AI use.
From the registry: Fetch and process content from specified URLs & sources using the Oxylabs Web Scraper API.
Please install the `oxylabs-mcp` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Oxylabs account** — Get Web Scraper API username/password or AI Studio API key from Oxylabs. At least one is required. (https://dashboard.oxylabs.io/)
Canonical MCP server config (stdio transport):
- command: `uvx`
- args: ["oxylabs-mcp"]
- optional environment variables:
- `OXYLABS_USERNAME`: Oxylabs Web Scraper API username (example: `<your-username>`)
- `OXYLABS_PASSWORD`: Oxylabs Web Scraper API password (example: `<your-password>`)
- `OXYLABS_AI_STUDIO_API_KEY`: Oxylabs AI Studio API key (example: `<your-ai-studio-api-key>`)
Note: 8 tools for web scraping, Google/Amazon search, AI-powered crawling, browser automation. At least one credential set required. Server auto-exposes tools based on which credentials are provided. 1-week free trial for Web Scraper API, 1000 free credits for AI Studio.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.OXYLABS_USERNAMErequiredYour Oxylabs Web Scraper API username.OXYLABS_PASSWORDrequiredYour Oxylabs Web Scraper API password.OXYLABS_AI_STUDIO_API_KEYrequiredYour Oxylabs AI Studio API key.AI-powered browser automation — navigate, click, fill forms, and extract data from any website.