Skip to content
Grok

Nova3D for Grok

io.github.raresense/nova3d

Structured, part-aware 3D generation for AI agents. Named-part GLB, preview URL, Blender script.

client:Grok transport:stdio runtime:pypi

Install Nova3D in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "nova3d": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "nova3d-mcp"
      ],
      "env": {
        "NOVA3D_TOKEN": "<NOVA3D_TOKEN>",
        "NOVA3D_APP_URL": "<NOVA3D_APP_URL>"
      }
    }
  }
}

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

Nova3D in other clients