Skip to content
Cursor

pixelpact for Cursor

io.github.jamalkamaladdin/pixelpact

Extract a visual contract from a reference page and measure an implementation against it

client:Cursor transport:stdio runtime:npm

Install pixelpact in Cursor

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

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

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

pixelpact in other clients