Explain Changes
Freeby MCP Community
MCP tool for AI to visualize code changes with inline annotations in VS Code/Cursor
v1.1.0Added Apr 12, 2026
mcpexplain-changesaidiffvscode
Explain Changes MCP Server
MCP tool for AI to visualize code changes with inline annotations in VS Code/Cursor
Installation
npx -y explain-changes-mcp
Reviews
Installation
Quick install
npx -y explain-changes-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"explain-changes": {
"command": "npx",
"args": ["-y", "explain-changes-mcp"]
}
}
}