MCP Server LogoMCP Server
MCPsカテゴリディレクトリ投稿する
投稿する
MCPsカテゴリディレクトリ投稿する
投稿する

MCPサーバー

MCPサーバーのリスト、Awesome MCPサーバーとClaude MCP統合を含む。AIの能力を強化するためのMCPサーバーを検索して発見します。

お問い合わせ

[email protected]

MCPサーバーについて

プライバシーポリシー利用規約

リソース

モデルコンテキストプロトコルMCPスターターガイドClaude MCPサーバー

コミュニティ

GitHub

© 2025 mcpserver.cc © 2025 MCPサーバー. 全著作権所有.

プライバシーポリシー利用規約
  1. Home
  2. /Categories
  3. /Automation & Scripting
  4. /Oxylabs Mcp
Oxylabs Mcp

Oxylabs Mcp

作成者 oxylabs•4 months ago
サイトを訪問する

Official Oxylabs MCP integration

Automation & Scripting
ai-toolsdata-collectione-comerce-scrapingllmllm-tools

MCP Server for Oxylabs Scraper

The scraper tool is an asynchronous utility that leverages the Oxylabs Web Scraper API to fetch and process content from a given URL. This tool is designed to handle various scraping scenarios efficiently, with flexible options for parsing and rendering web pages.

Key Features

  • Web scraping with advanced HTML parsing and conversion
  • JavaScript rendering with headless browser support
  • Dynamic content extraction from JS-heavy websites
  • URL-specific content targeting and extraction
  • Automated HTML cleaning and markdown conversion
  • Smart content parsing for LLM compatibility
  • Flexible rendering options (full JS, HTML-only, or none)
  • Mobile/Desktop viewport emulation
  • High success rate on complex and protected websites
  • Proxy rotation and IP geolocation capabilities
  • Comprehensive error handling and reporting
  • Cross-platform compatibility with customizable options
  • Support for batch processing of multiple URLs
  • Intelligent rate limiting and request management
  • Seamless integration with AI models and analytics tools

Examples on how to query Claude or other LLM

  • Could you scrape https://oxylabs.io page?
  • Scrape https://www.amazon.de/-/en/Smartphone-Contract-Function-Manufacturer-Exclusive/dp/B0CNKD651V with parse enabled.
  • Scrape https://www.amazon.de/-/en/gp/bestsellers/beauty/ref=zg_bs_nav_beauty_0 with parse and render enabled.
  • Use web unblocker with render to scrape https://oxylabs.io/

Prerequisites

Install uv first.

https://docs.astral.sh/uv/getting-started/installation/#installation-methods

Setup Intructions

Installing via Smithery

To install Oxylabs MCP server for Claude Desktop automatically via Smithery:

npx -y @smithery/cli install @oxylabs/oxylabs-mcp --client claude

Running on Cursor

Configuring Cursor 🖥️ Note: Requires Cursor version 0.45.6+

To configure Oxylabs in Cursor:

  1. Open Cursor Settings
  2. Go to Features > MCP Servers
  3. Click “+ Add New MCP Server”
  4. Enter the following:
    • Name: “oxylabs” (or your preferred name)
    • Type: “command”
    • Command: npx -y @smithery/cli@latest run @oxylabs/oxylabs-mcp --config "{\"oxylabsUsername\":\"YOUR_USERNAME\",\"oxylabsPassword\":\"YOUR_PASSWORD\"}"

If you are using Windows and are running into issues, try cmd /c "set OXYLABS_USERNAME=your-username && set OXYLABS_PASSWORD=your-password && npx -y oxylabs-mcp"

Replace your-username and your-password with your Oxylabs credentials.

After adding, refresh the MCP server list to see the new tools. The Composer Agent will automatically use Oxylabs when appropriate, but you can explicitly request it by describing your web scraping needs. Access the Composer via Command+L (Mac), select “Agent” next to the submit button, and enter your query.

Setup with Claude Desktop

## claude_desktop_config.json
## Can find location through:
## Claude -> Settings -> Developer -> Edit Config
{
  "mcpServers": {
    "oxylabs_scraper": {
      "command": "uvx",
      "args": ["oxylabs-mcp"],
      "env": {
        "OXYLABS_USERNAME": "YOUR_USERNAME_HERE",
        "OXYLABS_PASSWORD": "YOUR_PASSWORD_HERE"
      }
    }
  }
}

Local/Dev Setup Instructions

Clone repo

git clone <git:url>

Install dependencies

Install MCP server dependencies:

cd mcp-server-oxylabs

## Create virtual environment and activate it
uv venv

source .venv/bin/activate # MacOS/Linux
## OR
.venv/Scripts/activate # Windows

## Install dependencies
uv sync

Setup with Claude Desktop

## claude_desktop_config.json
## Can find location through:
## Claude -> Settings -> Developer -> Edit Config
{
  "mcpServers": {
    "oxylabs_scraper": {
      "command": "uv",
      "args": [
        "--directory",
        "/<Absolute-path-to-folder>/oxylabs-mcp",
        "run",
        "oxylabs-mcp"
      ],
      "env": {
        "OXYLABS_USERNAME": "YOUR_USERNAME_HERE",
        "OXYLABS_PASSWORD": "YOUR_PASSWORD_HERE"
      }
    }
  }
}

Debugging

Run:

make run

Then access MCP Inspector at http://localhost:5173. You may need to add your username and password in the environment variables in the inspector under OXYLABS_USERNAME and OXYLABS_PASSWORD.


NOTE

Usage with the MCP inspector is affected by an ongoing issue with the Python SDK for MCP, see: https://github.com/modelcontextprotocol/python-sdk/pull/85. For Claude, a forked version of the SDK is used as a temporary fix.


License

This project is licensed under the MIT License{:target=“_blank”}.

About Oxylabs

Established in 2015, Oxylabs are a market-leading web intelligence collection platform, driven by the highest business, ethics, and compliance standards, enabling companies worldwide to unlock data-driven insights.

前提条件

  • •サーバーのドメインに精通している
  • •関連技術の基本的な理解
  • •Automation & Scriptingの知識

おすすめのサーバー

Datagov Mcp Server

Datagov Mcp Server

An MCP server for accessing data from Data.gov, providing tools and resources for interacting with government datasets.

Mcp Sentry

Mcp Sentry

A Model Context Protocol server for retrieving and analyzing issues from Sentry.io

Mcp Llm

Mcp Llm

An MCP server that provides LLMs access to other LLMs

もっと見る → →

詳細

作成日

March 07, 2025

最終更新日

March 07, 2025

カテゴリー

Automation & Scripting

作成者

oxylabs

シェアする

もっと見る

Higress Ai Search Mcp Server

Higress Ai Search Mcp Server

An MCP server enhances AI responses with real-time search results via Higress ai-search.

Mcp Server Ragdocs

Mcp Server Ragdocs

An MCP server that provides tools for retrieving and processing documentation through vector search, both locally or hosted. Enabling AI assistants to augment their responses with relevant documentation context.

Mcp Taskwarrior

Mcp Taskwarrior

A simple MCP Server for Taskwarrior

Mcp Server Salesforce

Mcp Server Salesforce

Salesforce MCP Server