Skip to content
Grok

meshcheck mcp for Grok

io.github.brac/meshcheck-mcp

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

client:Grok transport:stdio runtime:npm

Install meshcheck mcp in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

meshcheck mcp in other clients