🕷️ 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.
🕷️ 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.
pip install crawl4ai-mcp-serverAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"sadiuysal-crawl4ai-mcp-server-github": {
"command": "uvx",
"args": [
"pip install crawl4ai-mcp-server"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from crawl4ai?"
API Key Required
This server requires an API key from crawl4ai. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| CRAWL4AI_API_KEY | Yes | Your crawl4ai API key |
"What resources are available in crawl4ai?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in crawl4ai"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in crawl4ai with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.