Skip to content
Claude Desktop

Git Diff Mcp for Claude Desktop

io.github.varvararatta/git_diff_mcp

MCP server for git_diff_mcp

client:Claude Desktop transport:streamable-http

Install Git Diff Mcp in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "git_diff_mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://git_diff_mcp.mcpize.run/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

Git Diff Mcp in other clients