Skip to content
VS Code

meshcheck mcp for VS Code

io.github.brac/meshcheck-mcp

Deterministic validation, rendering, and inspection of GLB/glTF 3D models via the meshcheck API.

client:VS Code transport:stdio runtime:npm

Install meshcheck mcp in VS Code

.vscode/mcp.json

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

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

meshcheck mcp in other clients