Skip to content
Cursor

llmscout for Cursor

io.github.rudrendupaul/llmscout

Zero-config SEO and GEO checker: 21 technical-SEO and generative-engine checks for a live site.

client:Cursor transport:stdio runtime:pypi

Install llmscout in Cursor

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

{
  "mcpServers": {
    "llmscout": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "llmscout-cli"
      ]
    }
  }
}

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

llmscout in other clients