AnkusDrive for Cursor
io.github.gchen19/ankusdrive
Drive FreeCAD from an agent: CAD modeling, drawings, FEM, CFD, EM, and multiphysics simulation.
client:Cursor
transport:stdio
runtime:pypi
Install AnkusDrive in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"ankusdrive": {
"type": "stdio",
"command": "uvx",
"args": [
"ankusdrive"
],
"env": {
"ANKUSDRIVE_FREECADCMD": "<ANKUSDRIVE_FREECADCMD>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs