Skip to content
VS Code

json for VS Code

io.github.ryudi84/json

MCP server for JSON processing — format, validate, diff, convert, minify, query, analyze

client:VS Code transport:stdio runtime:npm

Install json in VS Code

.vscode/mcp.json

{
  "servers": {
    "json": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "json-forge-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

json in other clients