Find out whether ChatGPT, Gemini and Perplexity recommend your site - and why they don't. Open-source GEO/AEO auditor + MCP server. 11 technical checks, no API keys.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"ai-search-audit": {
"command": "npx",
"args": [
"-y",
"bolidee/ai-search-audit"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add ai-search-audit npx -y bolidee/ai-search-audit
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"ai-search-audit": {
"command": "npx",
"args": [
"-y",
"bolidee/ai-search-audit"
]
}
}
}
📋 Copy