Skip to content
Cursor

SyteCheck for Cursor

com.sytecheck/sytecheck-mcp

Scan a website for SEO, accessibility, performance and security issues, and read the report.

client:Cursor transport:stdio runtime:npm

Install SyteCheck 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": {
    "sytecheck-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@ascentws/sytecheck-mcp"
      ],
      "env": {
        "SYTECHECK_API_KEY": "<SYTECHECK_API_KEY>",
        "SYTECHECK_API_URL": "<SYTECHECK_API_URL>"
      }
    }
  }
}

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

SyteCheck in other clients