An MCP server for advanced web crawling, content extraction, and AI-powered analysis using the crawl4ai library.
⚠️ Important: This is an unofficial MCP server implementation for the excellent crawl4ai library.
Not affiliated with the original crawl4ai project.
A comprehensive Model Context Protocol (MCP) server that wraps the powerful crawl4ai library with advanced AI capabilities. Extract and analyze content from any source: web pages, PDFs, Office documents, YouTube videos, and more. Features intelligent summarization to dramatically reduce token usage while preserving key information.
Install system dependencies for Playwright:
Linux/macOS:
sudo bash scripts/prepare_for_uvx_playwright.sh
Windows (as Administrator):
scripts/prepare_for_uvx_playwright.ps1
UVX (Recommended - Easiest):
# After system preparation above - that's it!
uvx --from git+https://github.com/walksoda/crawl-mcp crawl-mcp
Add to your claude_desktop_config.json
:
{
"mcpServers": {
"crawl-mcp": {
"transport": "stdio",
"command": "uvx",
"args": [
"--from",
"git+https://github.com/walksoda/crawl-mcp",
"crawl-mcp"
],
"env": {
"CRAWL4AI_LANG": "en"
}
}
}
}
For Japanese interface:
"env": {
"CRAWL4AI_LANG": "ja"
}
Topic | Description |
---|---|
Installation Guide | Complete installation instructions for all platforms |
API Reference | Full tool documentation and usage examples |
Configuration Examples | Platform-specific setup configurations |
HTTP Integration | HTTP API access and integration methods |
Advanced Usage | Power user techniques and workflows |
Development Guide | Contributing and development setup |
crawl_url
- Single page crawling with JavaScript supportdeep_crawl_site
- Multi-page site mapping and explorationcrawl_url_with_fallback
- Robust crawling with retry strategiesbatch_crawl
- Process multiple URLs simultaneouslyintelligent_extract
- Semantic content extraction with custom instructionsauto_summarize
- LLM-based summarization for large contentextract_entities
- Pattern-based entity extraction (emails, phones, URLs, etc.)process_file
- Convert PDFs, Office docs, ZIP archives to markdownextract_youtube_transcript
- Multi-language transcript extractionbatch_extract_youtube_transcripts
- Process multiple videossearch_google
- Genre-filtered Google search with metadatasearch_and_crawl
- Combined search and content extractionbatch_search_google
- Multiple search queries with analysisContent Research:
search_and_crawl → intelligent_extract → structured analysis
Documentation Mining:
deep_crawl_site → batch processing → comprehensive extraction
Media Analysis:
extract_youtube_transcript → auto_summarize → insight generation
Competitive Intelligence:
batch_crawl → extract_entities → comparative analysis
Installation Issues:
get_system_diagnostics
toolPerformance Issues:
wait_for_js: true
for JavaScript-heavy sitesauto_summarize
for large contentConfiguration Issues:
claude_desktop_config.json
This project is an unofficial wrapper around the crawl4ai library. Please refer to the original crawl4ai license for the underlying functionality.
See our Development Guide for contribution guidelines and development setup instructions.
A MCP server to retrieve up-to-date jobs from company career sites.
Automate web browsers and perform web scraping tasks using the Playwright framework.
Remote browser automation using the BrowserCat API.
Data scraping, conversion, and extraction tools from Dumpling AI.
Access YouTube video transcripts and translations using the YouTube Translate API.
Hyperbrowser is the next-generation platform empowering AI agents and enabling effortless, scalable browser automation.
Extracts information from YouTube videos and channels using the YouTube Data API.
A web search and content extraction tool using the Firecrawl API for advanced web scraping, searching, and content analysis.
Automate browser interactions in the cloud (e.g. web navigation, data extraction, form filling, and more)
Extracts and transforms webpage content into clean, LLM-optimized Markdown using the Readability algorithm.