Local-first MCP server for AI visibility, GEO/AEO, llms.txt, and AI crawler readiness audits.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y maxaeo-ai-visibility-mcp
MCP client config
{
"mcpServers": {
"maxaeo-ai-visibility-mcp": {
"command": "npx",
"args": [
"-y",
"maxaeo-ai-visibility-mcp"
]
}
}
}