FreeCAD-MCP-Server

theosib/FreeCAD-MCP-Server
★ 5 stars Python 🤖 AI/LLM Updated 13d ago
MCP server that allows Claude Code to talk directly to FreeCAD to inspect and modify state
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-server": {
      "command": "uvx",
      "args": [
        "freecad-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install freecad-mcp-server