bonninr/freecad_mcp
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.
Platform-specific configuration:
{
"mcpServers": {
"freecad_mcp": {
"command": "npx",
"args": [
"-y",
"freecad_mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...