MCP Directory
Back

mcp-crawl4ai-rag

by coleam00 · Python · ★ 2,205

Web Crawling and RAG Capabilities for AI Agents and AI Coding Assistants

Install

pip install git+https://github.com/coleam00/mcp-crawl4ai-rag.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

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

From the README

Crawl4AI RAG MCP Server Web Crawling and RAG Capabilities for AI Agents and AI Coding Assistants A powerful implementation of the [Model Context Protocol (MCP)](https://modelcontextprotocol.io) integrated with [Crawl4AI](https://crawl4ai.com) and [Supabase](https://supabase.com/) for providing AI agents and AI coding assistants with advanced web crawling and RAG capabilities. With this MCP server, you can scrape anything and then use that knowledge anywhere for RAG. The primary goal is to bring this MCP server into [Archon](https://github.com/coleam00/Archon) as I evolve it to be more of…
Read full README on GitHub →

Related ai & ml servers