← Back to browse

oxylabs-mcp

Indexed by io.oxylabs

About

Fetch and process content from specified URLs & sources using the Oxylabs Web Scraper API.

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsOXYLABS_USERNAME OXYLABS_PASSWORD OXYLABS_AI_STUDIO_API_KEY
Claude Code
claude mcp add --env OXYLABS_USERNAME= --env OXYLABS_PASSWORD= --env OXYLABS_AI_STUDIO_API_KEY= oxylabs-mcp -- uvx oxylabs-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"oxylabs-mcp","command":"uvx","args":["oxylabs-mcp"],"env":{"OXYLABS_USERNAME":"","OXYLABS_PASSWORD":"","OXYLABS_AI_STUDIO_API_KEY":""}}'
JSON
{
  "mcpServers": {
    "oxylabs-mcp": {
      "command": "uvx",
      "args": [
        "oxylabs-mcp"
      ],
      "env": {
        "OXYLABS_USERNAME": "",
        "OXYLABS_PASSWORD": "",
        "OXYLABS_AI_STUDIO_API_KEY": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.