The Oxylabs MCP server provides AI agents with access to Oxylabs' web scraping and data collection services. It exposes APIs for scraping, parsing, and structuring data from websites, connecting directly to Oxylabs' infrastructure. Developers use it to build AI agents that gather and process web data for analytics, market research, or competitive intelligence.
The Oxylabs MCP server provides AI agents with access to Oxylabs' web scraping and data collection services. It exposes APIs for scraping, parsing, and structuring data from websites, connecting directly to Oxylabs' infrastructure. Developers use it to build AI agents that gather and process web data for analytics, market research, or competitive intelligence.
pip install oxylabs-mcpAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"oxylabs-oxylabs-mcp-github": {
"command": "uvx",
"args": [
"pip install oxylabs-mcp"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from oxylabs mcp?"
API Key Required
This server requires an API key from oxylabs mcp. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| OXYLABS_MCP_API_KEY | Yes | Your oxylabs mcp API key |
"What resources are available in oxylabs mcp?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in oxylabs mcp"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in oxylabs mcp with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.