crawl4ai-mcp-server
Crawl4AI MCP Server provides efficient internet search and content retrieval for local developers using LLM.
This is an intelligent information retrieval server based on the Model Context Protocol (MCP), offering powerful search capabilities and web content understanding optimized for AI assistant systems. By utilizing multi-engine searches and intelligent content extraction, it helps AI systems efficiently acquire and comprehend internet information, transforming web content into formats best suited for LLM processing. The server supports multiple search engines, including DuckDuckGo and Google, and focuses on retaining key information while filtering out non-essential content.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"crawl4ai-mcp-server": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-crawl4ai-mcp-server"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions