INSTALL CLAUDE SEO.
Claude SEO is a free, open-source AI SEO audit tool for Claude Code that installs from the plugin marketplace or with a manual command. It runs entirely on your machine with no SaaS signup, rate limits, or credit card. MIT licensed with 11.9K GitHub stars.
By Daniel Agrici // Last updated
After install, open Claude Code and type /seo audit https://your-site.com to run your first audit. The workflow can coordinate up to 15 specialists.
What do you need to install Claude SEO?
If you have these, you are 2 minutes from your first audit.
-
// CLAUDE CODE
The CLI from Anthropic. Get it at claude.com/claude-code. Free with any Claude plan.
-
// PYTHON 3.10+
Check with
python3 --version. Most modern systems already have it. Download Python. -
// GIT
Check with
git --version. Install Git if missing.
How do you install and run Claude SEO?
If anything fails, the installer prints the exact fix. Most issues come from missing Python or Git.
-
// STEP 01 (RECOMMENDED)
Plugin marketplace (Claude Code 1.0.33+)
/plugin marketplace add AgriciDaniel/claude-seo/plugin install claude-seo@agricidaniel-claude-seoTwo commands inside Claude Code. Marketplace handles updates automatically. Falls back to git clone for older Claude Code versions.
-
// STEP 01 (MANUAL)
Clone the repo (alternative)
git clone --depth 1 https://github.com/AgriciDaniel/claude-seo.gitShallow clone keeps download under 5 MB. Use this path if you want to fork, contribute, or run a pinned version.
-
// STEP 02
Run the installer (manual path only)
macOS / Linux:
bash claude-seo/install.shWindows:
powershell -ExecutionPolicy Bypass -File claude-seo\install.ps1Installer copies skills to your Claude Code skills directory and writes the slash commands. Idempotent: re-run any time. Marketplace install handles this automatically.
-
// STEP 03
Run your first audit
Open Claude Code:
claudeRun:
/seo audit https://your-site.comUp to 15 specialists analyze the site, depending on the detected workflow. Output includes an evidence-backed report, a heuristic 0-100 health score, and a prioritized action plan. Runtime depends on site size and enabled checks.
// VERIFY THE INSTALL
In Claude Code, run /seo. The command menu should include audit, technical, content, schema, geo, local, maps, and the rest of the installed SEO workflows.
Need help? Open a GitHub issue or watch the 12-minute demo.
What should you do after your first audit?
Three places to go once your install works.