Skip to content
Windsurf

json5 mcp for Windsurf

io.github.mukundakatta/json5-mcp

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

client:Windsurf transport:stdio runtime:npm

Install json5 mcp in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

json5 mcp in other clients