mcpbeat Sign in

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. 183 installs a week from npm. Last commit 21 Sep 2026.

Technical SEO in Claude: GSC + crawl + DataForSEO - audit, market sizing, content recon.

Installs per day peak 148 · avg 17 · +232% w/w
a month agotoday
183
Installs / week
npm · @houtini/seo-audit-console
21
Stars
0 open issues
21 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

Nothing serious here today

Today is the operative word: we check SEO Audit Console every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

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"
    }
  }
}

This one needs environment variables set before it will start: GOOGLE_APPLICATION_CREDENTIALS (Path to the Google service-account JSON key with Search Console access.), SAC_DATA_DIR (Directory for per-property SQLite databases and reports. Defaults to ~/Documents/seo-audit-console.), DATAFORSEO_USERNAME (DataForSEO API username (optional, enables SERP/keyword/domain/market/recon checks).), DATAFORSEO_PASSWORD (DataForSEO API password (optional).), DATAFORSEO_CACHE_DAYS (TTL for the DataForSEO response cache, in days. Default 7.), FIRECRAWL_API_KEY (Firecrawl API key (optional). Lets content recon scrape competitor pages. Get one at https://firecrawl.link/2d1PLD8), SUPADATA_API_KEY (Supadata API key (optional). Lets content recon transcribe the ranking videos (YouTube/TikTok/X).), MAJESTIC_API_KEY (Majestic API key (optional). Enriches link_intersect with Trust Flow + Topical Trust Flow and re-sorts prospects by real authority.), MAJESTIC_CACHE_DAYS (TTL for the Majestic response cache, in days. Default 30.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to SEO Audit Console

same job, measured the same way
Librecrawl — Technical SEO Audit MCP Server
by adityaarsharma

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

local only
SeoGrep
by seogrep

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

answering
Brainiall Web
by brainiall

Web search, URL content extraction to Markdown, site mapping, and recursive web crawler.

5 tools answering
Parser Club
by parser

Telegram/VK audience scraping, marketplaces, Russian government registers. Free open dataset.

6 tools answering
Decodo
by decodo

Enable your AI agents to scrape and parse web content dynamically, including geo-restricted sites

404 installs/wk local only
Tooltrace
by tooltrace

Web tools for AI agents: scrape pages to Markdown, audit SEO, detect tech stacks, check sitemaps

30 installs/wk 7 tools answering
SEOcrawl AI
by seocrawl

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

answering
Anakin
by anakin

Web data for AI agents: scrape, crawl, search, deep research, site monitoring, browser automation

366 installs/wk local only

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 183 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 183 times in the last week. Week over week that is +232%. 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 Apache-2.0 licence, written in TypeScript and 21 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.