MCP Directory
Back

freecad-mcp

by neka-nat · Python · ★ 1,185

FreeCAD MCP(Model Context Protocol) server

#claude#freecad#mcp

Install

pip install git+https://github.com/neka-nat/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/neka-nat/freecad-mcp.git"
      ]
    }
  }
}

From the README

[](https://mseep.ai/app/neka-nat-freecad-mcp) This repository is a FreeCAD MCP that allows you to control FreeCAD from Claude Desktop. This is the conversation history. https://claude.ai/share/7b48fd60-68ba-46fb-bb21-2fbb17399b48 FreeCAD Addon directory is * Windows: * Mac: * FreeCAD 1.1: * FreeCAD 1.0: * Linux: * Ubuntu: or (if you install FreeCAD from snap) * Debian: * Arch / CachyOS (FreeCAD 1.1 from ): Please put directory to the addon directory. When you install addon, you need to restart FreeCAD. You can select "MCP Addon" from Workbench list and use it. And you c…
Read full README on GitHub →

Related other servers