Skip to content
Cursor

comber for Cursor

io.codecomber/comber

Every-click AI QA: walks your whole app from a preview URL and reports broken clicks and errors.

client:Cursor transport:stdio runtime:npm

Install comber in Cursor

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

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

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

comber in other clients