seo-auditor-mcp
Enables natural language technical and JavaScript SEO audits, including headless rendering, hydration gap analysis, schema validation, AEO checks, and semantic cannibalization detection.
README
π SEO-Auditor MCP Server (v2.0)
High-performance Model Context Protocol (MCP) Server & CLI for 360Β° Technical SEO, Headless JavaScript Rendering, DOM Hydration Gap Analysis, Schema.org Validation, AEO, and Semantic Cannibalization Detection.
Built for Claude Desktop, Cursor, and Autonomous AI Coding Agents to execute instant technical and JavaScript SEO audits on modern web applications (Next.js, React, Vue, Shopify) directly from natural language prompts.
β‘ Key Features
- π Headless JavaScript Rendering (V2): Executes full client-side JavaScript via Playwright Chromium to audit dynamic SPAs and client-rendered apps exactly as Googlebot sees them.
- π¬ JS SEO Hydration Gap Analyzer (V2): Compares raw static HTML against post-hydration Rendered DOM to pinpoint missing titles, injected canonicals, and client-rendered internal links.
- πΈ Full-Page Visual Screenshot Capture (V2): Captures high-resolution full-page screenshots directly into Claude for visual UI/UX & accessibility analysis.
- β±οΈ Browser Performance & Core Web Vitals: Measures DOMContentLoaded, TTFB, and browser page load time in milliseconds.
- π― 360Β° Technical SEO Audit: Audits titles, meta descriptions, canonical URLs, robots meta tags, OpenGraph & Twitter Cards.
- ποΈ Content & Heading Hierarchy: Validates H1-H6 semantic nesting, detects missing/multiple H1s, and flags broken hierarchy.
- π€ AEO / GEO Readiness Analyzer: Scans
robots.txtfor AI search crawlers (GPTBot,ClaudeBot,PerplexityBot,Google-Extended) to ensure AI search visibility. - π JSON-LD Schema Validator: Recursively parses and validates Schema.org entities (
Article,Product,Organization,LocalBusiness,FAQPage) and reports missing required properties. - βοΈ Semantic Cannibalization Matrix: Detects cross-URL keyword cannibalization where multiple pages compete for identical search intent.
- πΊοΈ Recursive XML Sitemap Parser: Crawls sitemap indexes and nested XML sitemaps to perform batch audits.
π Quickstart
1. Installation
git clone https://github.com/MojoRohjo/seo-auditor-mcp.git
cd seo-auditor-mcp
pip install -r requirements.txt
playwright install chromium
2. Connect to Claude Desktop
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"seo-auditor": {
"command": "python",
"args": ["-m", "seo_auditor_mcp.server"],
"env": {}
}
}
}
Now inside Claude Desktop, you can ask:
"Audit
https://mybrand.comwith JavaScript rendering enabled."
"Analyze the JS hydration gap onhttps://mybrand.comand show me what client-side links are hidden from basic crawlers."
"Capture a full-page screenshot ofhttps://mybrand.comand check its visual layout."
"Check if our robots.txt blocks AI search bots like Perplexity or Claude."
3. Standalone CLI Usage
Run audits directly in your terminal:
# 1. Standard 360 Technical SEO Audit (Blazing fast async HTTP)
python -m seo_auditor_mcp.cli audit https://mybrand.com
# 2. JavaScript Rendered Audit (Headless Chromium)
python -m seo_auditor_mcp.cli audit https://mybrand.com --render-js
# 3. JS Hydration Gap Analysis (Raw HTML vs Rendered DOM)
python -m seo_auditor_mcp.cli hydration https://mybrand.com
# 4. Full-Page Visual Screenshot Capture
python -m seo_auditor_mcp.cli screenshot https://mybrand.com
# 5. AI Search (AEO) Bot Inspection
python -m seo_auditor_mcp.cli aeo https://mybrand.com
# 6. JSON-LD Schema Validation
python -m seo_auditor_mcp.cli schema https://mybrand.com
# 7. XML Sitemap Batch Crawl
python -m seo_auditor_mcp.cli sitemap https://mybrand.com/sitemap.xml --max 10
π§ͺ Testing
Run the full automated test suite (29 tests):
python -m unittest discover tests
π€ Author
Mohit Yadav
AI-Native Technical SEO & Agentic Workflow Architect
π License
MIT License Β© 2026 Mohit Yadav. Open for commercial and personal use.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.