Corralimited MCP Server

Standalone MCP server for SnapDiff. Exposes four tools to local agents. Its README documents 4 tools, including snapdiff_verify_ui_change, snapdiff_compare_pages, snapdiff_capture_screenshot.

People who work with agentic coding, screenshot and visual regression and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-09-11 · ★ 5 · #89 OF 229 MAINTAINED CODING AGENT · VERIFIED 2026-09-18

MIT · TypeScript servers · how we verify → /methodology

01 · Install Corralimited MCP Server

before you install - you'll need

SNAPDIFF_API_KEY

Environment variables documented in the project's README - it lists which are required and which have defaults.

Claude Code

claude mcp add corralimited-snapdiff-mcp -- npx -y @corralimited/snapdiff-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "corralimited-snapdiff-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@corralimited/snapdiff-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

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 local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package @corralimited/snapdiff-mcp - published under the repo owner's npm scope (@corralimited)

registry vendor namespace ai.snapdiff - domain-verified with the official MCP registry

03 · What Corralimited MCP Server can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

An agent gets 4 documented tools, including snapdiff_verify_ui_change, snapdiff_compare_pages, snapdiff_capture_screenshot, snapdiff_html_to_image.

The 4 tools it gives your agent

Extracted from the project's README - what mcp lets an agent do.

snapdiff_verify_ui_change
- Checks whether a visual change matches the agent's stated intent. Returns verdict (pass / expected_change_detected / unexpected_regression / no_change_detected
snapdiff_compare_pages
- Raw visual diff between two URLs, or a URL vs. a stored project baseline. Use for ad-hoc diffs that don't fit the verify-ui-change verdict shape.
snapdiff_capture_screenshot
- Single screenshot of a URL.
snapdiff_html_to_image
- Render HTML/CSS to an image (OG cards, social images, email headers).

04 · Who maintains Corralimited MCP Server

mcp is maintained by corralimited. It's the only MCP server we track from this author; the repo dates to May 2026.

05 · Facts

category
coding agent - ranked #89 of 229 actively-maintained coding agent servers as of 2026-09-18.
registry
ai.snapdiff/mcp (active, first published 2026-06-14 · 2 versions)
packages
npm:@corralimited/snapdiff-mcp

06 · Corralimited MCP Server FAQ

Is Corralimited MCP Server still maintained?

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

What can Corralimited MCP Server do?

An agent gets 4 documented tools, including snapdiff_verify_ui_change, snapdiff_compare_pages, snapdiff_capture_screenshot, snapdiff_html_to_image.

How do I install Corralimited MCP Server?

Run `npx -y @corralimited/snapdiff-mcp`. The README documents one environment variable (SNAPDIFF_API_KEY) to set first. You can also paste the ready-made client config above.

Does Corralimited MCP Server run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Corralimited MCP Server

More coding agent MCP servers · RAG Rat · Rails AI Context · Aidex · Repomemory · Capsule

More TypeScript MCP servers · Oss Autopilot · COTAL actions (cotal.ai) · Audio File MCP App · Product Clank · Amazonads MCP · see all