This server wraps Crawlee's crawling engine and embeds a SQLite database to run comprehensive SEO audits locally. It exposes four tools: run_seo_audit to crawl a site with configurable depth and page limits, analyze_seo for automated issue detection, query_seo_data to run custom SQL against 25+ built-in queries covering broken links, missing metadata, duplicate content, and security headers, and list_seo_queries to browse available analysis templates. You can kick off crawls from the terminal for large sites, then hand the output directory to Claude for AI-driven analysis through the MCP tools. Everything runs on your machine with no external API calls. Reach for this when you need technical SEO diagnostics that go deeper than basic checkers, especially if you want to slice crawl data with SQL or automate audits across multiple properties.
claude mcp add --transport stdio houtini-ai-seo-crawler-mcp uvx seo-crawler-mcp