crawl4ai-mcp-server

sadiuysal/crawl4ai-mcp-server
★ 62 stars Python 🤖 AI/LLM Updated 1mo ago
🕷️ 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.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "crawl4ai-mcp-server": {
      "command": "uvx",
      "args": [
        "crawl4ai-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install crawl4ai-mcp-server

Topics

ai-agentsclaude-codecrawl4aicursorfirecrawl-alternativemcpmodel-context-protocolopenai-agentsopenai-agents-sdkweb-crawlingweb-scraping