pzfreo/build123d-mcp
[](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
Configuration
{
"mcpServers": {
"pzfreo-build123d-mcp": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-pzfreo-build123d-mcp"
],
"env": {}
}
}
}