Oxylabs (uvx) MCP Server
CommunityContributed by Oxylabs
Scrape any website with Oxylabs Web Scraper API. Extract clean, structured data from search engines, e-commerce sites, and any URL, bypassing geo-restrictions, CAPTCHAs, and anti-bot systems.
About the Oxylabs (uvx) MCP Server
The Oxylabs (uvx) MCP server is a local (stdio) Model Context Protocol server available in the McpMux registry. Scrape any website with Oxylabs Web Scraper API. Extract clean, structured data from search engines, e-commerce sites, and any URL, bypassing geo-restrictions, CAPTCHAs, and anti-bot systems. This is a community-contributed MCP server by Oxylabs.
Install the Oxylabs (uvx) MCP server with one click using McpMux. It works with Cursor, Claude Desktop, Claude Code, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible AI client. This server requires an API key — McpMux securely stores your credentials with AES-256-GCM encryption.
Transport Configuration
{
"type": "stdio",
"command": "uvx",
"args": [
"oxylabs-mcp"
],
"env": {
"OXYLABS_USERNAME": "${input:OXYLABS_USERNAME}",
"OXYLABS_PASSWORD": "${input:OXYLABS_PASSWORD}"
},
"metadata": {
"inputs": [
{
"id": "OXYLABS_USERNAME",
"label": "Oxylabs Username",
"description": "Your Oxylabs Web Scraper API username (the API user, not your dashboard login).",
"type": "text",
"required": true,
"secret": false,
"placeholder": "your_api_username",
"obtain": {
"url": "https://dashboard.oxylabs.io/",
"instructions": "1. Sign up or log in at the Oxylabs dashboard\n2. Open the Web Scraper API product\n3. Create or open an API user under that product\n4. Copy the API user's username",
"button_label": "Open Oxylabs Dashboard"
}
},
{
"id": "OXYLABS_PASSWORD",
"label": "Oxylabs Password",
"description": "Your Oxylabs Web Scraper API password for the API user.",
"type": "text",
"required": true,
"secret": true,
"placeholder": "********************",
"obtain": {
"url": "https://dashboard.oxylabs.io/",
"instructions": "1. Sign up or log in at the Oxylabs dashboard\n2. Open the Web Scraper API product\n3. Create or open an API user under that product\n4. Copy the API user's password",
"button_label": "Open Oxylabs Dashboard"
}
}
]
}
}Categories
Tags
Supported AI Clients
The Oxylabs (uvx) MCP server works with all MCP-compatible AI clients through McpMux:
Related MCP Servers
Brave Search (Docker)
Search the web using the Brave Search API via Docker container. Supports web search, news search, and local POI search with privacy-focused results.
Brave Search (npx)
Search the web using the Brave Search API via npx. Supports web search, news search, and local POI search with privacy-focused results.
Firecrawl (npx)
Scrape, crawl, search, and extract structured data from websites. Converts web pages to clean markdown with JavaScript rendering support.
Perplexity (npx)
AI-powered search using Perplexity models. Provides web search, deep research, and reasoning capabilities with real-time web context.
Exa Search (Remote)
AI-powered web search that understands meaning, not just keywords. Hosted remote MCP server, no local setup required.
Exa Search (npx)
AI-powered web search that understands meaning, not just keywords. Find similar pages, search by content type, and get clean text from any URL via npx.
Install Oxylabs (uvx) with McpMux
One-click install from the McpMux desktop app. Auto-configures for Cursor, Claude, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible client.