freecad_mcp

bonninr/freecad_mcp
★ 153 stars Python 🤖 AI/LLM Updated 1mo ago
FreecadMCP connects Freecad to Claude AI and other MCP-ready tools like Cursor through the Model Context Protocol (MCP), allowing Claude to directly interact with and control Freecad. This integration enables prompt assisted CAD 3d Design.
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