mcpbeat Sign in

Snapdiff MCP Server

local only

Snapdiff runs on your own machine — the client starts it, so there is no endpoint to ping. 68 installs a week from npm. Last commit 11 Sep 2026.

Visual-diff & change-detection tools that catch agentic UI drift for coding agents.

Installs per day peak 176 · avg 19 · -47% w/w
a month agotoday
68
Installs / week
npm · @corralimited/snapdiff-mcp
5
Stars
1 open issues
11 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Snapdiff every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp -- npx -y @corralimited/snapdiff-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@corralimited/snapdiff-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp]
command = "npx"
args = ["-y", "@corralimited/snapdiff-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@corralimited/snapdiff-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@corralimited/snapdiff-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: SNAPDIFF_API_KEY (SnapDiff API key. Get one at https://snapdiff.ai/dashboard.), SNAPDIFF_API_URL (Override the API base URL. Defaults to https://api.snapdiff.ai/v1.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Snapdiff

same job, measured the same way
Specshield MCP Server
by specshield-io

The API-change deploy gate for AI coding agents. Read-only breaking-change detection.

local only
ocular
by xyun1996

Vision tools for coding agents: screenshots, OCR, UI diffs, errors, tables, and charts.

25 installs/wk local only
One Shot UI
by tn0123

Deterministic UI extraction and screenshot diffing for AI coding agents.

39 installs/wk local only
Rosentic
by rosentic

Deterministic cross-branch conflict detection for AI coding agents

1 794 installs/wk local only
Prism Coder
by dcostenco

Session memory for coding agents: local-first recall, drift detection, on-device inference.

2 167 installs/wk local only
Codeledger
by codeledgerecf

Deterministic context selection for AI coding agents. Local memory that compounds across sessions.

612 installs/wk local only
Agentic MCP
by hugolsramos01-bit

Local coding tools for ChatGPT Developer Mode and MCP clients with safe editing and shell execution.

137 installs/wk local only
Agent Security
by mdfifty50-boop

Security scanning and threat detection for AI agents

34 installs/wk local only

Snapdiff — questions

Answers built from our own checks of this server.

Why is there no uptime for Snapdiff?
Snapdiff runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @corralimited/snapdiff-mcp was installed 68 times last week.
How do I connect Snapdiff?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @corralimited/snapdiff-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Snapdiff?
The npm package @corralimited/snapdiff-mcp was installed 68 times in the last week. Week over week that is -47%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Snapdiff open source?
Yes — it is published under the MIT licence, written in TypeScript, 5 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.