Skip to content
Cursor

site-spec for Cursor

io.github.ariaxhan/site-spec

MCP server: audit any website for SEO, accessibility, and AI-searchability, then auto-fix it.

client:Cursor transport:stdio runtime:npm

Install site-spec in Cursor

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

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

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

site-spec in other clients