MCP Crawl4ai RAG
Turns any public webpage into a searchable RAG knowledge base that you can query with natural‑language questions.
- •You need up‑to‑date information from a competitor’s site without manually copying text.
- •Your AI assistant must answer questions about a product’s documentation that lives on a public URL.
- •You want to quickly prototype a chatbot that pulls facts from a handful of web pages.
python -m mcp_crawl4ai_rag.run --url https://example.com/roadmap --question "When is the next major release planned?"
Skip the builder — one click puts this in Claude, Cursor, Antigravity and more.
Works after you add credentials — the setup agent will ask you for them.
mkdir -p ~/.claude/skills/mcp-crawl4ai-rag && curl -fsSL https://workflowstacks.com/api/skills/mcp-crawl4ai-rag/claude-skill -o ~/.claude/skills/mcp-crawl4ai-rag/SKILL.mdOpens the app with this repo with the prompt ready to go — no copy-paste needed.
MCP Crawl4ai RAG is a medium Python project (~7.5k lines across 10 code files). Setup is light: installs like a normal app — add your API keys. Reading the code is optional. Last commit 14 months ago, MIT license, has a test suite.
- 1README.mdStart here — what it does and how to install it
- 2pyproject.tomlDependencies and the commands it exposes
- 3.env.exampleThe API keys and settings you must provide
- 4src/crawl4ai_mcp.pyInside src/ — the main logic begins here
Skip the builder — one click puts this in Claude, Cursor, Antigravity and more.
Works after you add credentials — the setup agent will ask you for them.
mkdir -p ~/.claude/skills/mcp-crawl4ai-rag && curl -fsSL https://workflowstacks.com/api/skills/mcp-crawl4ai-rag/claude-skill -o ~/.claude/skills/mcp-crawl4ai-rag/SKILL.mdOpens the app with this repo with the prompt ready to go — no copy-paste needed.
Are you the creator of this tool? Claim your listing → and earn 85% of every sale.
Related skills
More ai-agent tools founders pair with this one.