🕷️ Enable AI agents to scrape and crawl the web effortlessly with this lightweight Model Context Protocol server, integrating seamlessly into your workflows.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"crawl4ai-mcp-server": {
"command": "uvx",
"args": [
"crawl4ai-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add crawl4ai-mcp-server uvx crawl4ai-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"crawl4ai-mcp-server": {
"command": "uvx",
"args": [
"crawl4ai-mcp-server"
]
}
}
}
📋 Copy
Or install with pip: pip install crawl4ai-mcp-server