Skip to content
VS Code

modulor for VS Code

io.github.bcllcc/modulor

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

client:VS Code transport:stdio runtime:pypi

Install modulor in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

modulor in other clients