Skip to content
Cursor

seo audit tool for Cursor

io.github.vpatser1/seo-audit-tool

SEO page audits with 0-100 scoring, keyword analysis, link checking, sitemap validation

client:Cursor transport:stdio runtime:npm

Install seo audit tool 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": {
    "seo-audit-tool": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "seo-audit-tool"
      ],
      "env": {
        "LICENSE_KEY": "<LICENSE_KEY>"
      }
    }
  }
}

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

seo audit tool in other clients