mcpbeat Sign in
local only

AI SEO runs on your own machine — the client starts it, so there is no endpoint to ping. 81 installs a week from npm. Last commit 8 Jun 2026.

MCP server for AI-SEO auditing: schema, robots.txt, llms.txt, citation scoring, and AEO/GEO rewrites

Installs per day peak 32 · avg 13 · +109% w/w
a month agotoday
81
Installs / week
npm · @automatelab/ai-seo-mcp
3
Stars
1 open issues
8 Jun 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 3 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Package points at a different repository automatelab-tech/ai-seo
пакет @automatelab/ai-seo-mcp ссылается на automatelab-tech/ai-seo-mcp

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 ai-seo -- npx -y @automatelab/ai-seo-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "ai-seo": {
      "args": [
        "-y",
        "@automatelab/ai-seo-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.ai-seo]
command = "npx"
args = ["-y", "@automatelab/ai-seo-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "ai-seo": {
      "args": [
        "-y",
        "@automatelab/ai-seo-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "ai-seo": {
      "args": [
        "-y",
        "@automatelab/ai-seo-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to AI SEO

same job, measured the same way
MaxAEO AI Visibility MCP
by maxaeo

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

72 installs/wk local only
Geolint
by iliasabk

ESLint for AI search: audits AI-crawler access, llms.txt, schema and citability.

1 147 installs/wk local only
SEO & GEO
by ortamarco

Audit a page's SEO and its readiness for AI answer engines: meta, schema, robots, sitemaps, AI bots.

186 installs/wk local only
I
AI Agent Search Optimization
by seyitkaangunes

Audit AI search readiness, generate llms.txt drafts, and build GEO/AEO prompt matrices for websites.

24 installs/wk local only
SEO Audit MCP Server
by glivera

Professional SEO auditing: 15 tools, 9 checks, CWV, E-E-A-T, schema, GEO. Free tier.

15 tools answering
Location and Timezone MCP Server by RoxyAPI
by roxyapi

City geocoding and timezone resolution for birth data, for AI agents, one API key.

3 tools answering
Optiqra MCP
by armin5872

MCP server exposing OptiQra's website audit tools: SEO, GEO, AEO, and AI-generated fixes.

38 installs/wk local only
naia GEO Autopilot
by naia

Autopilot MCP server for GEO analyses, reports, content, audits, memories and agents.

41 installs/wk answering

AI SEO — questions

Answers built from our own checks of this server.

Why is there no uptime for AI SEO?
AI SEO 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 @automatelab/ai-seo-mcp was installed 81 times last week.
How do I connect AI SEO?
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 @automatelab/ai-seo-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use AI SEO?
The npm package @automatelab/ai-seo-mcp was installed 81 times in the last week. Week over week that is +109%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is AI SEO open source?
Yes — it is published under the MIT licence, written in TypeScript, 3 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.