mcpbeat Sign in

Letmediff MCP Server

by letmediff Your server? Claim it
local only

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

The official Letmediff MCP server helping you review your code with an agent first workflow

Installs per day peak 20 · avg 6 · -48% w/w
a month agotoday
39
Installs / week
npm · letmediff
1
Stars
0 open issues
3 Sep 2026
Last commit
0 releases in 90 days
ISC
License
JavaScript

What the code does

We read the source, 7 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] src/git.js:1, [пакет] src/index.js:1
этот файл ставится пользователю, но в репозитории его нет

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 letmediff
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "letmediff"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp]
command = "npx"
args = ["-y", "letmediff"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "letmediff"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "letmediff"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Letmediff MCP

same job, measured the same way
Codereviewbuddy
by detailobsessed

MCP server that helps AI coding agents interact with AI code reviewers on GitHub PRs

365 installs/wk local only
Silex
by silex-tec

Local-first MCP server that reconstructs architecture, workflows and business rules from your code.

212 installs/wk local only
HeyClaude — Claude & AI workflow directory
by jsonbored

Search the HeyClaude directory of Claude Code agents, MCP servers, skills, and tools.

40 installs/wk 28 tools answering
Seojeom MCP
by seojeom

Local-first MCP server for Claude/Codex project wiki and graph workflows

local only
MCP Code Review Server
by goodjobwilliam

Code review as an MCP server — structured reviews with OWASP security scanning.

122 installs/wk local only
EZTexting MCP
by eztexting

Official EZTexting MCP server: SMS/MMS messaging, contacts, workflows, reports.

71 installs/wk answering
Arcjet
by arcjet

An MCP server for Arcjet - the runtime security platform that ships with your AI code.

answering
Coverctl
by klarlabs-studio

Go code coverage analysis tool with MCP server for AI-powered coverage workflows

local only

Letmediff MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Letmediff MCP?
Letmediff MCP 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 letmediff was installed 39 times last week.
How do I connect Letmediff MCP?
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 letmediff straight from npm; nothing to host, nothing to sign up for.
How many people use Letmediff MCP?
The npm package letmediff was installed 39 times in the last week. Week over week that is -48%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Letmediff MCP open source?
Yes — it is published under the ISC licence, written in JavaScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.