Skip to content
Cursor

MaxAEO AI Visibility MCP for Cursor

io.github.maxaeo/maxaeo-ai-visibility-mcp

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

client:Cursor transport:stdio runtime:npm

Install MaxAEO AI Visibility MCP in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "maxaeo-ai-visibility-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "maxaeo-ai-visibility-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

MaxAEO AI Visibility MCP in other clients