Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ LibreCrawl will ***always*** be free and open source. If it's replacing your $25

LibreCrawl crawls websites and gives you detailed information about pages, links, SEO elements, and performance. It's built as a web application using Python Flask with a modern web interface supporting multiple concurrent users.

## AI / MCP integration

Run LibreCrawl audits directly from AI assistants (Claude, Cursor, Codex) via [librecrawl-technical-seo-audit-mcp](https://github.com/adityaarsharma/librecrawl-technical-seo-audit-mcp) — an MIT-licensed [Model Context Protocol](https://modelcontextprotocol.io) server built on LibreCrawl. It exposes 37 MCP tools for adaptive crawl-delay control, WAF fingerprint detection, and automated PDF/CSV report generation, letting an AI agent crawl and audit a site conversationally. It's a wrapper around LibreCrawl, not a replacement.

## Features

- 🚀 **Multi-tenancy** - Multiple users can crawl simultaneously with isolated sessions
Expand Down