Skip to content
VS Code

json schema store mcp for VS Code

io.github.mrfentmen/json-schema-store-mcp

Browse the JSON Schema Store catalog. No key required.

client:VS Code transport:stdio runtime:npm

Install json schema store mcp in VS Code

.vscode/mcp.json

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

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

json schema store mcp in other clients