json_repair

GitHub

Repair malformed JSON from LLMs, APIs, logs, and user input in Python.

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "json_repair": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-json_repair"
      ]
    }
  }
}