Skip to content

AI Agent Search Optimization for Cursor

io.github.seyitkaangunes/ai-agent-search-optimization

Audit AI search readiness, generate llms.txt drafts, and build GEO/AEO prompt matrices for websites.

client:Cursor transport:stdio runtime:npm

Install AI Agent Search Optimization in Cursor

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

{
  "mcpServers": {
    "ai-agent-search-optimization": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-ai-agent-search-optimization"
      ]
    }
  }
}

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

AI Agent Search Optimization in other clients