Skip to content
Cursor

GEO Inspector for Cursor

io.github.bigsupe55/geo-inspector-mcp

Inspect a site's AI-search readiness: AI crawler access, llms.txt, schema markup, meta directives

client:Cursor transport:stdio runtime:npm

Install GEO Inspector in Cursor

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

{
  "mcpServers": {
    "geo-inspector-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "geo-inspector-mcp"
      ]
    }
  }
}

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

GEO Inspector in other clients