Skip to content
MCP Server Community By @pzfreo

pzfreo/build123d-mcp

[![pzfreo/build123d-mcp MCP server](https://glama.ai/mcp/servers/pzfreo/build123d-mcp/badges/score.svg)](https://glama.ai/mcp/servers/pzfreo/build123d-mcp) 🐍 🏠 🍎 🪟 🐧 - MCP server that exposes build123d parametric CAD operations as tools, enabling AI assistants to create, inspect, and iterate on 3D geometry interactively. Renders PNG/SVG views, measures geometry, and exports STEP/STL.

New to MCP? Copy the config below, then follow the Claude Desktop / Cursor steps.

Install guide →
Connected Apps: pzfreo/build123d-mcp Claude Desktop

Installation Guide

Run command: npx -y @modelcontextprotocol/server-pzfreo-build123d-mcp

Detailed Documentation

pzfreo/build123d-mcp MCP server 🐍 🏠 🍎 🪟 🐧 - MCP server that exposes build123d parametric CAD operations as tools, enabling AI assistants to create, inspect, and iterate on 3D geometry interactively. Renders PNG/SVG views, measures geometry, and exports STEP/STL.

Configuration

{
  "mcpServers": {
    "pzfreo-build123d-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-pzfreo-build123d-mcp"
      ],
      "env": {}
    }
  }
}