Rupa3D for Grok
io.github.tiranyx/rupa3d
Checks GLB assets against a spec without Blender and embeds the measured proof inside the GLB.
client:Grok
transport:stdio
runtime:npm
Install Rupa3D in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"rupa3d": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"rupa3d"
],
"env": {
"RUPA3D_BLENDER": "<RUPA3D_BLENDER>",
"RUPA3D_RUANG": "<RUPA3D_RUANG>"
}
}
}
}
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