# mangiucugna/json_repair | Model Context Protocol (MCP) Server > Repair malformed JSON from LLMs, APIs, logs, and user input in Python. - **Stars**: ⭐ 4,786 - **Language**: Python - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "json_repair": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-json_repair" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "json_repair": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-json_repair" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-json_repair` - **Docker**: `docker run -i --rm mcp/json_repair`