modulor for Grok
io.github.bcllcc/modulor
Agent-native CAD: draw plans, model 3D, render checks, export DXF/SVG/STL/GLB/IFC, import DXF.
client:Grok
transport:stdio
runtime:pypi
Install modulor in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"modulor": {
"type": "stdio",
"command": "uvx",
"args": [
"modulor"
]
}
}
}
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