Skip to content
Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

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

AnkusDrive in other clients