Skip to content
Grok

3D Visualizer for Grok

io.github.kleinicke/3d-visualizer

Inspect, compare and export point clouds, meshes and calibrated depth data with inline 3D previews.

client:Grok transport:stdio runtime:pypi

Install 3D Visualizer in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "3d-visualizer": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "3d-visualizer"
      ]
    }
  }
}

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

3D Visualizer in other clients