WebcrawlerAPI Server
БесплатноНе проверенIntegrates WebcrawlerAPI's web scraping and crawling capabilities into MCP-compatible applications like Claude Code, allowing content extraction from any websit
Описание
Integrates WebcrawlerAPI's web scraping and crawling capabilities into MCP-compatible applications like Claude Code, allowing content extraction from any website.
README
WebcrawlerAPI is a powerful web scraping and website crawling service that allows you to extract data from any website with ease.
This MCP (Model Context Protocol) server integrates WebcrawlerAPI's scraping capabilities directly into MCP-compatible applications like Claude Code, enabling integration within your AI workflows. Get started with your free API key at the WebcrawlerAPI Dashboard.
Setup
- Get your API key from WebcrawlerAPI Dashboard
- Set the environment variable:
export WEBCRAWLER_API_KEY="your-api-key-here"
Using with Claude Code
Add this server to your Claude Code configuration using npx:
npx webcrawler-mcp
Or add to your MCP settings configuration:
{
"mcpServers": {
"webcrawler": {
"command": "npx",
"args": ["-y", "webcrawler-mcp"],
"env": {
"WEBCRAWLER_API_KEY": "your-api-key-here"
}
}
}
}
Available Tools
webcrawler-scrape
Scrapes content from any webpage and returns it as markdown.
Parameters:
url(required): The URL of the webpage to scrapeprompt(optional): Optional prompt to extract specific information from the page
Example usage:
Use the webcrawler-scrape tool to get the content from https://example.com
With a prompt for targeted extraction:
Use the webcrawler-scrape tool to scrape https://news.ycombinator.com with the prompt "Extract all article titles and their corresponding URLs"
The tool returns the scraped content as markdown, along with the page title and HTTP status code. When using a prompt, the API will focus on extracting the specific information you requested.
Running as Standalone App
You can also run the server as a standalone application:
Via npm
npm install
npm run build
npm start
Via npx
npx webcrawler-mcp
HTTP Mode
To run in HTTP mode instead of stdio:
USE_HTTP=true npx webcrawler-mcp
# or
npm run start:http
The HTTP server will start on port 8080 by default, with endpoints:
- Health check:
http://localhost:8080/health - MCP endpoint:
http://localhost:8080/mcp
Environment Variables
WEBCRAWLER_API_KEY: Your WebcrawlerAPI.com API key (required)USE_HTTP: Set to "true" to use HTTP transport instead of stdioPORT: HTTP server port (default: 8080)
Development
npm install
npm run dev # Watch mode
npm run build
Установка WebcrawlerAPI Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/WebCrawlerAPI/webcrawlerapi-mcpFAQ
WebcrawlerAPI Server MCP бесплатный?
Да, WebcrawlerAPI Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для WebcrawlerAPI Server?
Нет, WebcrawlerAPI Server работает без API-ключей и переменных окружения.
WebcrawlerAPI Server — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить WebcrawlerAPI Server в Claude Desktop, Claude Code или Cursor?
Открой WebcrawlerAPI Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare WebcrawlerAPI Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
