build123d MCP

build123d-mcp is not a standalone chatbot or CAD program. It is a CAD toolbox that an AI/LLM app can use through MCP. It runs locally over stdio via the published package.

People connecting this server to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-08-12 · ★ 60 · #46 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

Apache-2.0 · Python servers · how we verify → /methodology

01 · Install build123d MCP

Claude Code

claude mcp add pzfreo-build123d-mcp -- uvx build123d-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "pzfreo-build123d-mcp": {
      "command": "uvx",
      "args": [
        "build123d-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license Apache-2.0 - declared in the repository

pypi package build123d-mcp - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.pzfreo is GitHub-verified and matches the repo owner

03 · What build123d MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.3.82 · 2026-08-09

Migrate to MCP Python SDK v2 and gate on the official conformance suite · Isolate HTTP clients into per-handle CAD sessions · Add native 3MF export format · Stream the 3MF mesh into the zip instead of building an…

v0.3.81 · 2026-08-02

Cap MCP SDK below v2 for v0.3.81

v0.3.80 · 2026-07-27

Add 3MF import and mesh-derived diagnostics · Align defect locator with mesh ladder · Handle missing face triangulation in renders

04 · Who maintains build123d MCP

build123d MCP is maintained by pzfreo. It's the only MCP server we track from this author; the repo dates to Apr 2026.

05 · Facts

category
other - ranked #46 of 848 actively-maintained other servers as of 2026-08-25.
release cadence
10+ releases in the last 90 days (latest 2026-08-09)
registry
io.github.pzfreo/build123d-mcp (active, first published 2026-05-05 · 67 versions)
packages
pypi:build123d-mcp

06 · build123d MCP FAQ

What is build123d MCP?

build123d-mcp is not a standalone chatbot or CAD program. It is a CAD toolbox that an AI/LLM app can use through MCP. It runs locally over stdio via the published package.

Is build123d MCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-12 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

How do I install build123d MCP?

Run `uvx build123d-mcp`. You can also paste the ready-made client config above.

Does build123d MCP run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to build123d MCP