Skip to content
Cursor

json5 mcp for Cursor

io.github.mukundakatta/json5-mcp

Parse JSON5 (comments, trailing commas, unquoted keys) and emit strict JSON.

client:Cursor transport:stdio runtime:npm

Install json5 mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "json5-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@mukundakatta/json5-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

json5 mcp in other clients