mcp3d

lscherrer2/mcp3d
★ 0 stars Python Memory/Knowledge Updated today
An MCP server for CAD.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp3d": {
      "command": "uvx",
      "args": [
        "mcp3d"
      ]
    }
  }
}

Or install with pip: pip install mcp3d

README Excerpt

A local MCP server for parametric, manufacturing-focused CAD workflows. The server uses [FastMCP](https://gofastmcp.com/) for the Model Context Protocol and [Build123d](https://build123d.readthedocs.io/) as its modeling engine. ```bash uv run mcp3d ``` It communicates through standard input/output, so diagnostic logging must

Tools (3)

draftsketchsweep