Skip to content
Grok

ldraw-mcp for Grok

io.github.musharna/ldraw-mcp

Render LDraw/LEGO models to images with real part geometry via headless Blender + ImportLDraw

client:Grok transport:stdio runtime:pypi

Install ldraw-mcp 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": {
    "ldraw-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "ldraw-mcp"
      ],
      "env": {
        "LDRAW_MCP_BLENDER": "<LDRAW_MCP_BLENDER>",
        "LDRAW_LIBRARY_PATH": "<LDRAW_LIBRARY_PATH>"
      }
    }
  }
}

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

ldraw-mcp in other clients