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.
Parametric CAD modelling by prompt, such as flanges or parts from a 2D drawing.
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 Code
claude mcp add freecad-mcp -- uvx freecad-mcpCursor
{
"mcpServers": {
"freecad-mcp": {
"command": "uvx",
"args": ["freecad-mcp"]
}
}
}VS Code
{
"servers": {
"freecad-mcp": {
"type": "stdio",
"command": "uvx",
"args": ["freecad-mcp"]
}
}
}Claude Desktop
{
"mcpServers": {
"freecad-mcp": {
"command": "uvx",
"args": ["freecad-mcp"]
}
}
}Codex
[mcp_servers.freecad-mcp]
command = "uvx"
args = ["freecad-mcp"]FreeCAD MCP vs. the alternatives
All 163 alternatives →| Record | Stars | Pricing | ||
|---|---|---|---|---|
| FreeCAD MCPthis listing | 2.5k | Python | MIT | Open source |
| MCP Reference Servers | 91k | TypeScript | MIT AND Apache-2.0 | Open source |
| context7 | 62k | TypeScript | MIT | Open source |
| chrome-devtools-mcp | 53k | TypeScript | Apache-2.0 | Open source |
| Playwright MCP | 37k | TypeScript | Apache-2.0 | Open source |
| github-mcp-server | 33k | Go | MIT | Open source |
