mcpbeat

SEO Audit Console MCP Server

local only

SEO Audit Console runs on your own machine — the client starts it, so there is no endpoint to ping. 62 installs a week from npm. Last commit 5 Aug 2026.

Technical SEO audits in Claude: GSC + first-party crawl + DataForSEO. 93 prioritised checks + fixes.

Installs per day peak 62 · avg 2
a month agotoday
62
Installs / week
npm · @houtini/seo-audit-console
3
Stars
0 open issues
5 Aug 2026
Last commit
0 releases in 90 days
NOASSERTION
License
TypeScript

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add seo-audit-console -- npx -y @houtini/seo-audit-console
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "seo-audit-console": {
      "args": [
        "-y",
        "@houtini/seo-audit-console"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.seo-audit-console]
command = "npx"
args = ["-y", "@houtini/seo-audit-console"]
.cursor/mcp.json
{
  "mcpServers": {
    "seo-audit-console": {
      "args": [
        "-y",
        "@houtini/seo-audit-console"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "seo-audit-console": {
      "args": [
        "-y",
        "@houtini/seo-audit-console"
      ],
      "command": "npx"
    }
  }
}

Alternatives to SEO Audit Console

same job, measured the same way
Crawlie
by crawlie

Technical SEO + GEO (AI-search) site audits: hosted crawls, prioritized fixes, report diffs.

answering
Crawlinx MCP
by im-ff

Free technical-SEO audit MCP: crawl a site, run checks, return an LLM-ready shareable report.

5 tools answering
Librecrawl — Technical SEO Audit MCP Server
by adityaarsharma

Self-hosted technical SEO audit MCP. 50+ checks, WAF detection, ephemeral. Built on LibreCrawl.

local only
I
Speedvault
by speedvault

Run web performance audits, get code-level fixes, crawl for SEO, and read real-user Core Web Vitals.

21 installs/wk local only
MaxAEO AI Visibility MCP
by maxaeo

Local-first MCP server for AI visibility, GEO/AEO, llms.txt, and AI crawler readiness audits.

41 installs/wk local only
DACIX — The Store for AI Agents
by dacix

AI-agent marketplace: agent templates, web search & crawl, SEO audit, RO company data, city info.

19 tools answering
C
SeoGrep
by seogrep

SEO for AI agents: crawl sites, audit pages, pull Search Console data, generate shareable reports.

answering
SEOcrawl AI
by seocrawl

Live Google Search Console data, keyword/page analysis, site audit and SEO tasks from SEOcrawl AI.

answering

SEO Audit Console — questions

Answers built from our own checks of this server.

Why is there no uptime for SEO Audit Console?
SEO Audit Console runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @houtini/seo-audit-console was installed 62 times last week.
How do I connect SEO Audit Console?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @houtini/seo-audit-console straight from npm; nothing to host, nothing to sign up for.
How many people use SEO Audit Console?
The npm package @houtini/seo-audit-console was installed 62 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is SEO Audit Console open source?
Yes — it is published under the NOASSERTION licence, written in TypeScript and 3 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.