Hosted MCP — Web Scraper API credentials
Streamable HTTP · hosted
- Endpoint
https://mcp.oxylabs.io/mcp- Authentication
- X-Oxylabs-Username and X-Oxylabs-Password request headers.
Before you connect
- Oxylabs Web Scraper API username and password.
- A remote MCP client accepting custom headers.
Cursor mcp.json (JSON) Sources: Oxylabs official MCP repository (archived), Cursor MCP configuration reference
Cursor: .cursor/mcp.json (project) or ~/.cursor/mcp.json (global). Configuration guide.
{
"mcpServers": {
"oxylabs": {
"url": "https://mcp.oxylabs.io/mcp",
"headers": {
"X-Oxylabs-Username": "YOUR_USERNAME",
"X-Oxylabs-Password": "YOUR_PASSWORD"
}
}
}
}