Web Crawler
БесплатноНе проверенConfigurable web crawler that extracts structured content from websites while respecting robots.txt rules and offering customizable settings for depth, delay, a
Описание
Configurable web crawler that extracts structured content from websites while respecting robots.txt rules and offering customizable settings for depth, delay, and concurrency.
README
Prerequisites
- Node.js (v18+)
- npm (v9+)
Installation
Clone the repository:
git clone https://github.com/jitsmaster/web-crawler-mcp.git cd web-crawler-mcpInstall dependencies:
npm installBuild the project:
npm run build
Configuration
Create a .env file with the following environment variables:
CRAWL_LINKS=false
MAX_DEPTH=3
REQUEST_DELAY=1000
TIMEOUT=5000
MAX_CONCURRENT=5
Running the Server
Start the MCP server:
npm start
MCP Configuration
Add the following to your MCP settings file:
{
"mcpServers": {
"web-crawler": {
"command": "node",
"args": ["/path/to/web-crawler/build/index.js"],
"env": {
"CRAWL_LINKS": "false",
"MAX_DEPTH": "3",
"REQUEST_DELAY": "1000",
"TIMEOUT": "5000",
"MAX_CONCURRENT": "5"
}
}
}
}
Usage
The server provides a crawl tool that can be accessed through MCP. Example usage:
{
"url": "https://example.com",
"depth": 1
}
Configuration Options
| Environment Variable | Default | Description |
|---|---|---|
| CRAWL_LINKS | false | Whether to follow links |
| MAX_DEPTH | 3 | Maximum crawl depth |
| REQUEST_DELAY | 1000 | Delay between requests (ms) |
| TIMEOUT | 5000 | Request timeout (ms) |
| MAX_CONCURRENT | 5 | Maximum concurrent requests |
Установка Web Crawler
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/jitsmaster/webscrapemcpserverFAQ
Web Crawler MCP бесплатный?
Да, Web Crawler MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Web Crawler?
Нет, Web Crawler работает без API-ключей и переменных окружения.
Web Crawler — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Web Crawler в Claude Desktop, Claude Code или Cursor?
Открой Web Crawler на 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 Web Crawler with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
