freecad_mcp_server

tomo1230/freecad_mcp_server
★ 5 stars Python 📦 Other Updated 12d ago
An MCP server.
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