Skip to content
Agent Search Engine.

Record · freecad-mcpMCP serverOpen sourceVerified Sep 23, 2026

FreeCAD MCP

Control FreeCAD from Claude Desktop and other MCP clients: create models, run scripts and FEM analyses.

Sources and review

Checked against public documentation on . Suitability guidance is our editorial judgment; this is not a performance benchmark or an endorsement.

Best for

Parametric CAD modelling by prompt, such as flanges or parts from a 2D drawing.

Avoid if

You can't install the FreeCAD addon and keep FreeCAD running with its RPC server started.

About FreeCAD MCP

FreeCAD MCP lets MCP clients create and edit FreeCAD models, run Python scripts, inspect documents and run finite element analyses. It has two parts: an addon inside FreeCAD that starts an RPC server, and an MCP server launched by the client with uvx.

FreeCAD MCP is an open-source project written primarily in Python, with 2.5k stars on GitHub. It was last updated in September 2026.

Add FreeCAD MCP to your MCP client

Generated from the launch command in the project's README. Your client starts the server on demand.

Claude CodeRun in your terminal
claude mcp add freecad-mcp -- uvx freecad-mcp
Cursor~/.cursor/mcp.json or .cursor/mcp.json
{
  "mcpServers": {
    "freecad-mcp": {
      "command": "uvx",
      "args": ["freecad-mcp"]
    }
  }
}
VS Code.vscode/mcp.json
{
  "servers": {
    "freecad-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": ["freecad-mcp"]
    }
  }
}
Claude Desktopclaude_desktop_config.json
{
  "mcpServers": {
    "freecad-mcp": {
      "command": "uvx",
      "args": ["freecad-mcp"]
    }
  }
}
Codex~/.codex/config.toml
[mcp_servers.freecad-mcp]
command = "uvx"
args = ["freecad-mcp"]

Check the project's README for required accounts, keys and permissions before connecting. Setup guide for each client →

For agent buildersMake your product part of the discovery.Explore advertising

FreeCAD MCP vs. the alternatives

All 163 alternatives →
RecordStarsPricing
FreeCAD MCPMCP serverthis listing2.5kOpen source
MCP Reference ServersMCP server91kOpen source
context7MCP server62kOpen source
chrome-devtools-mcpMCP server53kOpen source
Playwright MCPMCP server37kOpen source
github-mcp-serverMCP server33kOpen source

See all 163 FreeCAD MCP alternatives, compared →