MCP Directory
Back

freecad-mcp

by contextform · Python · ★ 87

FreeCAD MCP - Open-source Model Context Protocol server for FreeCAD automation

#cad-automation#claude#claude-code#cursor#freecad#freecad-api#mcp#model-context-protocol

Install

pip install git+https://github.com/contextform/freecad-mcp.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "freecad-mcp": {
      "command": "uvx",
      "args": [
        "git+https://github.com/contextform/freecad-mcp.git"
      ]
    }
  }
}

From the README

**Control FreeCAD with Claude AI through natural language!** Create 3D models, add features, and automate CAD workflows using conversational AI. Watch FreeCAD MCP model a house from a simple text command: [demo-house-modeling.mp4](https://github.com/contextform/freecad-mcp/blob/main/demo-house-modeling.mp4) *"Ask FreeCAD to model a house" - and watch it create walls, roof, windows, and door automatically!* > **🎉 New!** Easy 2-command installation with automatic updates! **Before installation, make sure you have:** - **FreeCAD 1.0+** - [Download here](https://freecad.org/downloads.php)…
Read full README on GitHub →

Related other servers