Crawlee MCP
Crawlee MCP
A local Model Context Protocol server for web fetching, crawling, and screenshots with Crawlee. It runs over stdio, so it works with Claude Code, Claude Desktop, Codex, Cursor, and any MCP-compatible client.
Tools
Инструмент | Описание | |
| Получить один URL и вернуть чистый Markdown | |
t |
| Получить несколько URL параллельо |
t |
| Сканировать сайт, находить ссылки и возвращать содержимое страниц |
| Сделать PNG-скриншот страницы | |
| Проверка работоспособности |
Related MCP server: Crawl4AI MCP
Установка
Требуется Node.js 20 или новее. Первое использование рендеринга JavaScript или скриншотов также требует браузера Chromium:
npx playwright install chromiumПосле публикации в npm любой клиент может запустить его с помощью:
npx -y @patrikmichi/crawlee-mcpПока пакет npm не опубликован, установите напрямую из GitHub:
npx -y github:patrikmichi/crawlee-mcpКонфигурация клиента
Claude Code
claude mcp add --transport stdio crawlee -- npx -y @patrikmichi/crawlee-mcpClaude Desktop
Добавьте это в файл конфигурации Claude Desktop:
{
"mcpServers": {
"crawlee": {
"command": "npx",
"args": ["-y", "@patrikmichi/crawlee-mcp"]
}
}
}Codex
Добавьте это в ~/.codex/config.toml:
[mcp_servers.crawlee]
command = "npx"
args = ["-y", "@patrikmichi/crawlee-mcp"]Другие MCP-клиенты
Используйте ту же комаду и аргументы: npx -y @patrikmichi/crawlee-mcp.
Конфигурация
cp env.example .env| Переменная | Обязательно | Описание |
t| CRAWLEE_PROXY_URLS | Нет | URL-адреса прокси, разделённые запятыми, для ротации |
t| CRAWLEE_TIMEOUT_MS | Нет | Тайм-аут запроса в мс (по умолчанию: 30000) |
t| CRAWLEE_STEALTH | Нет | Установите falsе, чтобы отключить скрытый режим (по умолчанию: true) |
Разработка
npm install
npm start # Run with tsx (no build needed)
npm run build # Compile TypeScript
npm run typecheck # Type check onlyЭтот сервер намеренно локальный и работает только через stdio, поскольку рендеринг JavaScriрт и скриншоты требуют локального браузера Playwright.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityCmaintenanceEnables web scraping and crawling capabilities for LLM clients, supporting single-page scraping, multi-page website crawling, and web search with multiple engines (Playwright, Cheerio, Puppeteer) and flexible output formats including markdown, HTML, text, and screenshots.186MIT
- AlicenseBqualityAmaintenanceEnables AI assistants to crawl websites, extract dynamic content, navigate links, and save structured Markdown files via the MCP protocol, with support for anti-bot bypass, CSS selectors, and custom JavaScript execution.142MIT
- AlicenseAqualityBmaintenanceEnables web scraping of URLs, including extracting text, links, images, metadata, taking screenshots, and using CSS selectors for structured data extraction.611MIT
- Alicense-qualityCmaintenanceEnables AI agents to fetch and render web pages (including JavaScript-heavy SPAs) with headless Chromium, extract readable content with Mozilla Readability, capture navigation links, download images, and return a clean markdown file path.12ISC
Related MCP Connectors
Read a URL as clean markdown, screenshot a website, url to PDF. Web access for agents, no signup.
Screenshots, PDFs and Markdown from any URL or HTML for AI agents, via the SnapForge API
Web tools for agents: fetch URL as markdown (free MCP) + x402 scrape, links, AI JSON, snapshot.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/patrikmichi/crawlee-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server