MCP Catalogs
Homeoxylabs-mcp screenshot

oxylabs-mcp

by oxylabs·95·Score 48

Oxylabs MCP server enables AI models to scrape and interact with the real-world web.

web-scrapingai-llmdeveloper-tools
24
Forks
1
Open issues
1 mo ago
Last commit
2d ago
Indexed

Overview

The Oxylabs MCP server provides a bridge between AI models and the web, enabling them to scrape any URL, render JavaScript-heavy pages, extract and format content for AI use, bypass anti-scraping measures, and access geo-restricted web data from 195+ countries. It offers two sets of tools: Web Scraper API tools for general scraping and AI Studio tools for AI-powered data extraction, crawling, and browser control.

Try asking AI

After installing, here are 5 things you can ask your AI assistant:

you:AI-powered content extraction from dynamic websites
you:Bypassing anti-bot measures to access restricted content
you:Structured data collection for AI model training
you:What tools does Oxylabs MCP provide?
you:What are the prerequisites for using Oxylabs MCP?

When to choose this

Choose Oxylabs MCP when you need reliable access to web data with anti-bot bypass capabilities and structured output, especially if you already use or are willing to subscribe to Oxylabs services.

When NOT to choose this

Avoid Oxylabs MCP if you need open-source solutions, have concerns about vendor lock-in, or prefer not to pay for premium web scraping services.

Tools this server exposes

8 tools extracted from the README
  • universal_scraper

    Scrape any website using Oxylabs Web Scraper API

  • google_search_scraper

    Extract results from Google Search using Oxylabs Web Scraper API

  • amazon_search_scraper

    Scrape Amazon search result pages using Oxylabs Web Scraper API

  • amazon_product_scraper

    Extract data from individual Amazon product pages using Oxylabs Web Scraper API

  • ai_scraper

    Scrape content from any URL in JSON or Markdown format with AI-powered extraction

  • ai_crawler

    Based on a prompt, crawl a website and collect data in Markdown or JSON format across multiple pages

  • ai_browser_agent

    Based on prompt, control a browser and return data in Markdown, JSON, HTML, or screenshot formats

  • ai_search

    Search the web for URLs and their contents with AI-powered content extraction

Comparable tools

scrapingbee-mcpbrowserless-mcpapify-mcpheadless-chrome-mcp

Installation

Installation

Install with uvx:

# macOS and Linux
curl -LsSf https://astral.sh/uv/install.sh | sh
# Windows
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"

Configure with uvx:

{
  "mcpServers": {
    "oxylabs": {
      "command": "uvx",
      "args": ["oxylabs-mcp"],
      "env": {
        "OXYLABS_USERNAME": "OXYLABS_USERNAME",
        "OXYLABS_PASSWORD": "OXYLABS_PASSWORD",
        "OXYLABS_AI_STUDIO_API_KEY": "OXYLABS_AI_STUDIO_API_KEY"
      }
    }
  }
}

Configuration

Configure with Claude Desktop: Navigate to **Claude → Settings → Developer → Edit Config** and add the configuration above to the claude_desktop_config.json file.

FAQ

What tools does Oxylabs MCP provide?
Oxylabs MCP provides two sets of tools: Web Scraper API tools (universal_scraper, google_search_scraper, etc.) and AI Studio tools (ai_scraper, ai_crawler, ai_browser_agent, ai_search).
What are the prerequisites for using Oxylabs MCP?
You need either an Oxylabs Web Scraper API account (with username/password) or an Oxylabs AI Studio API key to use the corresponding tools.

Compare oxylabs-mcp with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.