pixelpact for VS Code
io.github.jamalkamaladdin/pixelpact
Extract a visual contract from a reference page and measure an implementation against it
client:VS Code
transport:stdio
runtime:npm
Install pixelpact in VS Code
.vscode/mcp.json
{
"servers": {
"pixelpact": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"pixelpact-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs