Skip to content
VS Code

build123d MCP for VS Code

io.github.pzfreo/build123d-mcp

AI-driven 3D CAD via build123d: execute, render, measure, and export geometry interactively.

client:VS Code transport:stdio runtime:pypi

Install build123d MCP in VS Code

.vscode/mcp.json

{
  "servers": {
    "build123d-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "build123d-mcp"
      ]
    }
  }
}

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

build123d MCP in other clients