sadiuysal/crawl4ai-mcp-server
🕷️ A lightweight Model Context Protocol (MCP) server that exposes Crawl4AI web scraping and crawling capabilities as tools for AI agents. Similar to Firecrawl's API but self-hosted and free. Perfect for integrating web scraping into your AI workflows with OpenAI Agents SDK, Cursor, Claude Code, and other MCP-compatible tools.
Platform-specific configuration:
{
"mcpServers": {
"crawl4ai-mcp-server": {
"command": "npx",
"args": [
"-y",
"crawl4ai-mcp-server"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...