Skip to content
Claude Desktop

Diff Checker API for Claude Desktop

io.github.br0ski777/diff-checker

Compare two texts line-by-line — additions, deletions, unchanged. x402 micropayment.

client:Claude Desktop transport:sse

Install Diff Checker API in Claude Desktop

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

{
  "mcpServers": {
    "diff-checker": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://diff-checker.api.klymax402.com/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

Diff Checker API in other clients