Skip to content
Claude Desktop

site-spec for Claude Desktop

io.github.ariaxhan/site-spec

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

client:Claude Desktop transport:stdio runtime:npm

Install site-spec in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

site-spec in other clients