Skip to content
Cursor

Website Auditor for Cursor

io.github.spikeycoder/website-auditor-mcp

AI visibility + site audits: see if ChatGPT, Perplexity, Claude & Gemini recommend a website.

client:Cursor transport:stdio runtime:npm

Install Website Auditor 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": {
    "website-auditor-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "website-auditor-mcp"
      ],
      "env": {
        "WA_API_KEY": "<WA_API_KEY>",
        "WA_API_BASE_URL": "<WA_API_BASE_URL>"
      }
    }
  }
}

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

Website Auditor in other clients