
Crawl4AI MCP Server
Supports UIby sadiuysal
Lightweight MCP server exposing Crawl4AI's powerful web scraping and crawling capabilities for AI agents.
What it does
This server provides AI agents with professional-grade web scraping and crawling tools, converting web pages into LLM-friendly markdown.
Tools
- scrape: Fetch a single URL and return clean markdown content.
- crawl: Multi-page breadth-first crawling with depth control and adaptive stopping.
- crawl_site: Comprehensive site-wide crawling with local persistence.
- crawl_sitemap: Efficiently crawl a site based on its sitemap.xml.
Installation
Claude Desktop / Cursor (Docker)
{
"mcpServers": {
"crawl4ai-mcp": {
"command": "docker",
"args": [
"run", "--rm", "-i",
"--volume", "/tmp/crawl4ai-crawls:/app/crawls",
"uysalsadi/crawl4ai-mcp-server:latest"
]
}
}
}
Supported hosts
- Claude
- Cursor
- OpenAI Agents SDK
Quick install
docker run --rm -i uysalsadi/crawl4ai-mcp-server:latestInformation
- Pricing
- free
- Published
- 5/7/2026
- stars





