What is Crawl4AI MCP?
Crawl4AI MCP is an MCP-protocol-based web crawling server that lets Claude Code, Cursor, and other AI agents fetch and extract web content through tool calls.
In one sentence: MCP web crawling server — AI agents fetch web pages and extract Markdown or structured data via tool calls, with JS rendering. Built on Crawl4AI (20k+ stars).
For: AI agent users needing web access.
Core Tools
1. crawl_url — single-page fetch
2. smart_crawl — AI-powered intelligent extraction
3. batch_crawl — bulk crawling
FAQ
Q: Does it support JS rendering? A: Yes — uses Playwright/Chromium.
Q: How is it different from Puppeteer MCP? A: Crawl4AI MCP focuses on content extraction; Puppeteer MCP is lower-level DOM manipulation.