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)
{
"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