Skip to content
VS Code

UI Verify for VS Code

io.github.igrlk/uiverify

MCP server for visual regression testing: triage a PR's UI diffs from your coding agent.

client:VS Code transport:streamable-http tools:14

Install UI Verify in VS Code

.vscode/mcp.json

{
  "servers": {
    "uiverify": {
      "type": "http",
      "url": "https://uiverify.ai/api/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

What VS Code can do once it is connected

UI Verify in other clients