Skip to content
Cursor

webcheck for Cursor

io.github.yifanyifan897645/webcheck

Website health analysis: SEO, accessibility, performance, security, and broken links

client:Cursor transport:stdio runtime:npm

Install webcheck in Cursor

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

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

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

webcheck in other clients