MCP Crawl4AI RAG
AIDatabase-agnostic MCP server for web crawling and RAG with support for Supabase, SQLite, Pinecone, Neo4j, and Weaviate.
Quick Install
uvx crawl4ai-mcp Manual configuration
Add this to your Claude Code settings.json (or .claude/settings.json in your project):
{
"mcpServers": {
"mcp-crawl4ai-rag": {
"command": "uvx",
"args": [
"crawl4ai-mcp"
]
}
}
}