mcpbeat Sign in

OpenAEO MCP Server

local only

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

Asks 8 AI crawlers for your page, checks who really answered, and writes the fixes. MIT.

Installs per day peak 317 · avg 42 · +736% w/w
a month agotoday
67
Installs / week
npm · openaeo-audit
0
Stars
0 open issues
15 Aug 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check OpenAEO 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 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"
    }
  }
}

This one needs environment variables set before it will start: OPENAEO_API_KEY (Optional. Unlocks the hosted tools (crawler intelligence, citation testing, history, drift, competitors). The six local tools work without it. Create one at https://openaeo.dev/dashboard). The author declared them in the registry entry; get the values from the project itself.

Alternatives to OpenAEO

same job, measured the same way
Geo Tool Check
by shufflethis

Is this page readable for AI search? Crawler access, structure and citability checks, runs locally.

43 installs/wk local only
Seegeo
by see-geo

Audit any website for AI visibility: graded report, findings with fixes, AI crawler access check.

36 installs/wk answering
PageCrawl
by pagecrawl

Monitor web pages for changes with AI-powered change detection, diffs, and alerts.

answering
AEO Audit
by synligdigital

AEO audit: score any website 0-100 for AI visibility. Checks schema, meta, content, AI crawlers.

4 tools answering
Citevana AI visibility tools
by citevana

Free MCP tools for AI-search visibility: crawler checks, page audits, and llms.txt generation.

4 tools answering
Growthr SEO + GEO MCP
by growthr

SEO + GEO tools in your AI editor: scan as ChatGPT and Google crawlers see it, fix order, llms.txt.

4 tools answering
I
Olostep MCP Server
by olostep

Search, scrape, and crawl the web for AI agents. Batch scraping and answers with citations.

46 installs/wk local only
CRW Web Scraper
by us

Open-source web scraper for AI agents with scrape, crawl, and map tools

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 67 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 67 times in the last week. Week over week that is +736%. 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.