ritn3d mcp for Grok
io.github.printplan3d/ritn3d-mcp
Tools for floor plan validation, GLB checks, and 3D-print unit math — Ritn3D companion.
client:Grok
transport:stdio
runtime:pypi
Install ritn3d mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"ritn3d-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"ritn3d-mcp"
]
}
}
}
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