What is the io.oxylabs/oxylabs-mcp MCP server?
Fetch and process content from specified URLs & sources using the Oxylabs Web Scraper API.
How to install io.oxylabs/oxylabs-mcp
Copy-paste configuration for popular MCP clients.
OXYLABS_USERNAMEsecretYour Oxylabs username
OXYLABS_PASSWORDsecretYour Oxylabs password
OXYLABS_AI_STUDIO_API_KEYsecretYour Oxylabs AI Studio api key
{
"mcpServers": {
"oxylabs-mcp": {
"command": "uvx",
"args": [
"oxylabs-mcp"
],
"env": {
"OXYLABS_USERNAME": "<YOUR_OXYLABS_USERNAME>",
"OXYLABS_PASSWORD": "<YOUR_OXYLABS_PASSWORD>",
"OXYLABS_AI_STUDIO_API_KEY": "<YOUR_OXYLABS_AI_STUDIO_API_KEY>"
}
}
}
}{
"mcpServers": {
"oxylabs-mcp": {
"command": "uvx",
"args": [
"oxylabs-mcp"
],
"env": {
"OXYLABS_USERNAME": "<YOUR_OXYLABS_USERNAME>",
"OXYLABS_PASSWORD": "<YOUR_OXYLABS_PASSWORD>",
"OXYLABS_AI_STUDIO_API_KEY": "<YOUR_OXYLABS_AI_STUDIO_API_KEY>"
}
}
}
}{
"mcpServers": {
"oxylabs-mcp": {
"command": "uvx",
"args": [
"oxylabs-mcp"
],
"env": {
"OXYLABS_USERNAME": "<YOUR_OXYLABS_USERNAME>",
"OXYLABS_PASSWORD": "<YOUR_OXYLABS_PASSWORD>",
"OXYLABS_AI_STUDIO_API_KEY": "<YOUR_OXYLABS_AI_STUDIO_API_KEY>"
}
}
}
}{
"servers": {
"oxylabs-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"oxylabs-mcp"
],
"env": {
"OXYLABS_USERNAME": "<YOUR_OXYLABS_USERNAME>",
"OXYLABS_PASSWORD": "<YOUR_OXYLABS_PASSWORD>",
"OXYLABS_AI_STUDIO_API_KEY": "<YOUR_OXYLABS_AI_STUDIO_API_KEY>"
}
}
}
}claude mcp add oxylabs-mcp --env OXYLABS_USERNAME=<YOUR_OXYLABS_USERNAME> --env OXYLABS_PASSWORD=<YOUR_OXYLABS_PASSWORD> --env OXYLABS_AI_STUDIO_API_KEY=<YOUR_OXYLABS_AI_STUDIO_API_KEY> -- uvx oxylabs-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.