Skip to content
Cursor

geo analyzer for Cursor

io.github.houtini-ai/geo-analyzer

Scores content on the signals that get it cited by ChatGPT, Perplexity and AI Overviews

client:Cursor transport:stdio runtime:npm

Install geo analyzer in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "geo-analyzer": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@houtini/geo-analyzer"
      ],
      "env": {
        "ANTHROPIC_API_KEY": "<ANTHROPIC_API_KEY>"
      }
    }
  }
}

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

geo analyzer in other clients