MCP Directory
Back

crawl4ai-mcp-server

by sadiuysal · Python · ★ 84

🕷️ 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.

#ai-agents#claude-code#crawl4ai#cursor#firecrawl-alternative#mcp#model-context-protocol#openai-agents#openai-agents-sdk#web-crawling#web-scraping

Install

pip install git+https://github.com/sadiuysal/crawl4ai-mcp-server.git

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "crawl4ai-mcp-server": {
      "command": "uvx",
      "args": [
        "git+https://github.com/sadiuysal/crawl4ai-mcp-server.git"
      ]
    }
  }
}

From the README

🕷️ **A lightweight Model Context Protocol (MCP) server that exposes [Crawl4AI](https://docs.crawl4ai.com/) 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. - **🔧 MCP Tools**: Exposes 4 powerful tools: , , , via stdio MCP server - **🌐 Web Scraping**: Single-page scraping with markdown extraction - **🕷️ Web Crawling**: Multi-page breadth-first crawling with depth control - **🧠 Adaptive…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related ai & ml servers