Skip to content
Cursor

modulor for Cursor

io.github.bcllcc/modulor

Agent-native CAD: draw plans, model 3D, render checks, export DXF/SVG/STL/GLB/IFC, import DXF.

client:Cursor transport:stdio runtime:pypi

Install modulor in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "modulor": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "modulor"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

modulor in other clients