mcpbeat

OpenAEO MCP Server

by openaeo
local only

OpenAEO runs on your own machine — the client starts it, so there is no endpoint to ping. 143 installs a week from npm. Last commit 4 Aug 2026.

Audit a site for AI search visibility and write the fixes: robots.txt, llms.txt, JSON-LD. Free, MIT.

143
Installs / week
npm · openaeo-audit
0
Stars
0 open issues
4 Aug 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

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

Alternatives to OpenAEO

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.

41 installs/wk local only
AI SEO
by automatelab-tech

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

147 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.

39 installs/wk local only
Collimer MCP
by sandcastlelabs

Free AI-search visibility scan for any website — score, top findings, ranked-fix-plan upgrade.

43 installs/wk local only
Agentgauge
by glasscaseofemotion

Scan any website's AI readiness: AI search visibility and AI agent usability. Free, no auth.

1 tools answering
Shopify Geo Audit
by builtbyabs

Audit any Shopify store for AI search (GEO/AEO) readiness and generate the fixes. No signup.

44 installs/wk local only
Lattis
by lattis

Search indexed websites, read raw page markdown, and score AI visibility for any site.

59 installs/wk 5 tools answering
Jackpotkeywords MCP Server
by smythmyke

AI-powered keyword research, SEO audits, and AI-visibility scans via the JackpotKeywords REST API.

33 installs/wk local only

OpenAEO — questions

Answers built from our own checks of this server.

Why is there no uptime for OpenAEO?
OpenAEO 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 openaeo-audit was installed 143 times last week.
How do I connect OpenAEO?
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 openaeo-audit straight from npm; nothing to host, nothing to sign up for.
How many people use OpenAEO?
The npm package openaeo-audit was installed 143 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 OpenAEO open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 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.