UI Verify MCP Server

Catch unintended UI changes on every pull request. UI Verify renders your components in the cloud, diffs them against a baseline, and lets a coding agent triage what actually changed. It is available as a remote MCP endpoint.

Teams that work with playwright, storybook and visual testing and want a hosted endpoint instead of running a local process. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-09-18 · ★ 22 · #206 OF 255 MAINTAINED BROWSER AUTOMATION · VERIFIED 2026-09-18

MIT · TypeScript servers · how we verify → /methodology

01 · Install UI Verify

before you install - you'll need

UIVERIFY_API_KEY is optional or environment-specific per the README.

Claude Code

claude mcp add uiverify-uiverify --transport http https://uiverify.ai/api/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "uiverify-uiverify": {
      "url": "https://uiverify.ai/api/mcp"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://uiverify.ai/api/mcp

transport: streamable-http

endpoint alive - responded to MCP initialize · probed 2026-09-18

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as remote - your agent's requests go to uiverify.ai

endpoint auth accepted our unauthenticated MCP initialize - no credentials needed to connect

repo age created 2026-07-22 - young repo, little track record yet

license MIT - declared in the repository

registry registry publisher io.github.igrlk is not the repo owner (uiverify) - the registry entry was published by someone else

03 · Who maintains UI Verify

UI Verify is maintained by uiverify. It's the only MCP server we track from this author; the repo dates to Jul 2026.

04 · Facts

category
browser automation - ranked #206 of 255 actively-maintained browser automation servers as of 2026-09-18.
registry
io.github.igrlk/uiverify (active, first published 2026-09-04 · 2 versions)

05 · UI Verify FAQ

What is UI Verify?

Catch unintended UI changes on every pull request. UI Verify renders your components in the cloud, diffs them against a baseline, and lets a coding agent triage what actually changed. It is available as a remote MCP endpoint.

Is UI Verify still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-18. We re-verify nightly.

How do I install UI Verify?

Run `claude mcp add uiverify-uiverify --transport http https://uiverify.ai/api/mcp`. The README documents one environment variable (UIVERIFY_API_KEY) to set first. UIVERIFY_API_KEY is optional or environment-specific per the README. You can also paste the ready-made client config above.

Does UI Verify require authentication?

No - the endpoint accepted our unauthenticated MCP initialize when probed on 2026-09-18; you can connect without credentials.

06 · Alternatives to UI Verify

More browser automation MCP servers · Vessel Browser · Android (us-all) · Testa · Kwin MCP · Vibe MCP - Real Chrome, Remotely

More TypeScript MCP servers · Devcoach · Umbraco CMS MCP Dev · Mindpm · Unclaimed Sol · Unleash MCP · see all