freecad-mcp

blwfish/freecad-mcp
★ 5 stars Python 🤖 AI/LLM Updated 8d ago
MCP server for FreeCAD — 32 tools for AI-assisted 3D CAD modeling
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

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

Or install with pip: pip install freecad-mcp

README Excerpt

This is a bridge between your AI agent and [FreeCAD](https://www.freecad.org/) — a thinking partner for parametric design, CNC toolpath generation, and mesh work. You bring the design intent and the domain judgment; the agent handles the FreeCAD mechanics. Together: moving faster, co-designing things that would take hours to build by hand, untangling the cryptic error messages that FreeCAD is so good at generating, and hunting down the subtle, knotty modeling problems that are nearly impossible

Topics

aicadclaudecncfreecadmcpparametric-cad