Rupa3D

Rupa3D

Local
@tiranyxJavaScriptMITUpdated 1w ago

Checks GLB assets against a spec without Blender and embeds the measured proof inside the GLB.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmrupa3dv1.6.2

Run

npx -y rupa3d

MCP client config

{
  "mcpServers": {
    "rupa3d": {
      "command": "npx",
      "args": [
        "-y",
        "rupa3d"
      ]
    }
  }
}