AnkusDrive for Grok
io.github.gchen19/ankusdrive
Drive FreeCAD from an agent: CAD modeling, drawings, FEM, CFD, EM, and multiphysics simulation.
client:Grok
transport:stdio
runtime:pypi
Install AnkusDrive in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"ankusdrive": {
"type": "stdio",
"command": "uvx",
"args": [
"ankusdrive"
],
"env": {
"ANKUSDRIVE_FREECADCMD": "<ANKUSDRIVE_FREECADCMD>"
}
}
}
}
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