Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

ScrapeAPI Server

БесплатноНе проверен

Enables web scraping of URLs, including extracting text, links, images, metadata, taking screenshots, and using CSS selectors for structured data extraction.

GitHubEmbed

Описание

Enables web scraping of URLs, including extracting text, links, images, metadata, taking screenshots, and using CSS selectors for structured data extraction.

README

Web scraping tools for Claude and other MCP-compatible LLM agents.

Tools available

Tool Description
scrape_url Scrape any URL and return text, links, images, metadata
scrape_multiple Scrape up to 10 URLs in parallel
extract_structured Extract specific fields using CSS selectors
take_screenshot Full-page screenshot as base64 PNG
check_credits Check remaining credit balance
list_datasets Browse available pre-built datasets

Setup in Claude Desktop

  1. Get your API key at https://getscrapeapi.com

  2. Open your Claude Desktop config file:

    • Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
    • Windows: %APPDATA%\Claude\claude_desktop_config.json
  3. Add this:

{
  "mcpServers": {
    "scrapeapi": {
      "command": "npx",
      "args": ["-y", "@scrapeapi/mcp"],
      "env": {
        "SCRAPEAPI_KEY": "sk_your_api_key_here"
      }
    }
  }
}
  1. Restart Claude Desktop

Usage examples

Once connected, just ask Claude:

Environment variables

Variable Required Description
SCRAPEAPI_KEY Yes Your ScrapeAPI key
SCRAPEAPI_BASE_URL No Override API base URL

Links

from github.com/kenn-kentonm/scrapeapi-mcp

Установить ScrapeAPI Server в Claude Desktop, Claude Code, Cursor

Рекомендуется · одна команда, все IDE
unyly install scrapeapi-mcp-server

Ставит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.

Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh

Или настроить вручную

Выполни в терминале:

claude mcp add scrapeapi-mcp-server -- npx -y scrapeapi-mcp

FAQ

ScrapeAPI Server MCP бесплатный?

Да, ScrapeAPI Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для ScrapeAPI Server?

Нет, ScrapeAPI Server работает без API-ключей и переменных окружения.

ScrapeAPI Server — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить ScrapeAPI Server в Claude Desktop, Claude Code или Cursor?

Открой ScrapeAPI Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare ScrapeAPI Server with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development