drio
Open app

UseScraper MCP Server

Source

Mirror of

Catalog onlyCatalog onlySTDIO

Overview

UseScraper MCP Server is a TypeScript-based server that provides web scraping capabilities using the UseScraper API, allowing users to extract content from web pages in various formats.

To use the server, clone the repository, install dependencies, build the server, and configure it with your UseScraper API key. Once set up, you can use the 'scrape' tool through the MCP interface.

  • Web scraping capabilities using the UseScraper API - Supports multiple output formats (text, html, markdown) - Advanced proxy support to circumvent bot detection - Easy configuration and installation process
  1. Extracting data from e-commerce websites for price comparison.
  2. Scraping content from news sites for aggregation.
  3. Collecting data for research purposes from various online sources.

Add to your AI client

Use these steps to connect UseScraper MCP Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.

Cursor

Add this to your .cursor/mcp.json file in your project root, then restart Cursor.

.cursor/mcp.json

{
  "mcpServers": {
    "tanevanwifferen-usescraper-mcp-server-mcp-mirror": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-tanevanwifferen-usescraper-mcp-server-mcp-mirror"
      ]
    }
  }
}

Claude Desktop

Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.

~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

{
  "mcpServers": {
    "tanevanwifferen-usescraper-mcp-server-mcp-mirror": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-tanevanwifferen-usescraper-mcp-server-mcp-mirror"
      ]
    }
  }
}

Claude Code

Add this to your project's .mcp.json file. Claude Code will detect it automatically.

.mcp.json (project root)

{
  "mcpServers": {
    "tanevanwifferen-usescraper-mcp-server-mcp-mirror": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-tanevanwifferen-usescraper-mcp-server-mcp-mirror"
      ]
    }
  }
}

VS Code (Copilot)

Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.

.vscode/mcp.json

{
  "servers": {
    "tanevanwifferen-usescraper-mcp-server-mcp-mirror": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-tanevanwifferen-usescraper-mcp-server-mcp-mirror"
      ]
    }
  }
}

Windsurf

Add this to your Windsurf MCP config file, then restart Windsurf.

~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "tanevanwifferen-usescraper-mcp-server-mcp-mirror": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-tanevanwifferen-usescraper-mcp-server-mcp-mirror"
      ]
    }
  }
}

Cline

Open Cline settings, navigate to MCP Servers, and add this server configuration.

Cline MCP Settings (via UI)

{
  "mcpServers": {
    "tanevanwifferen-usescraper-mcp-server-mcp-mirror": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-tanevanwifferen-usescraper-mcp-server-mcp-mirror"
      ]
    }
  }
}

FAQ

What programming language is UseScraper MCP Server built with?

It is built using TypeScript.

Can I use it to scrape any website?

Yes, as long as you comply with the website's terms of service.

Is there a limit to the number of requests I can make?

The limit depends on your UseScraper API plan.