Command Palette

Search for a command to run...

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

Rubber Duck Scraper

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

Python MCP server that scrapes web pages with JS rendering, structured metadata, tables, PDFs, screenshots, and multi-page crawling.

GitHubEmbed

Описание

Python MCP server that scrapes web pages with JS rendering, structured metadata, tables, PDFs, screenshots, and multi-page crawling.

README

Python MCP server with Playwright JS rendering, table extraction, and screenshots.

Tools (3)

Tool Description
smart_scrape Fetch any URL and extract content intelligently
screenshot_page Screenshot URL → inline PNG in Claude
extract_tables All HTML tables → clean JSON row arrays

Setup

cd /Users/dev/Desktop/development/azure/Fahad/web-lens
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python -m playwright install chromium

Claude Desktop Config

Add to ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "web-lens": {
      "command": "/Users/dev/Desktop/development/azure/Fahad/web-lens/.venv/bin/python",
      "args": ["/Users/dev/Desktop/development/azure/Fahad/web-lens/src/server.py"]
    }
  }
}

Test with MCP Inspector

cd /Users/dev/Desktop/development/azure/Fahad/web-lens
npx @modelcontextprotocol/inspector .venv/bin/python src/server.py

from github.com/dev-fahadaslam/web-lens-mcp

Установить Rubber Duck Scraper в Claude Desktop, Claude Code, Cursor

Рекомендуется · одна команда, все IDE
unyly install rubber-duck-scraper

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

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

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

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

claude mcp add rubber-duck-scraper -- uvx --from git+https://github.com/dev-fahadaslam/web-lens-mcp rubber-duck-scraper

FAQ

Rubber Duck Scraper MCP бесплатный?

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

Нужен ли API-ключ для Rubber Duck Scraper?

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

Rubber Duck Scraper — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Rubber Duck Scraper в Claude Desktop, Claude Code или Cursor?

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

Похожие MCP

Compare Rubber Duck Scraper with

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

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

Автор?

Embed-бейдж для README

Похожее

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