neka-nat/freecad-mcp
FreeCAD MCP(Model Context Protocol) server
Overview
neka-nat/freecad-mcp is a Python MCP server licensed under MIT. FreeCAD MCP(Model Context Protocol) server Topics: mcp, claude, freecad.
Ranked #932 out of 25632 indexed tools.
In the top 4% of all indexed tools.
Ecosystem
Python MIT
mcpclaudefreecad
Signal Breakdown
Stars 602
Freshness 1mo ago
Issue Health 56%
Contributors 7
Dependents 0
Forks 115
Description Brief
License MIT
How to Improve
Description low impact
Freshness high impact
Dependents medium impact
Matched Queries
From the README
# FreeCAD MCP This repository is a FreeCAD MCP that allows you to control FreeCAD from Claude Desktop. ## Demo ### Design a flange ### Design a toy car ### Design a part from 2D drawing #### Input 2D drawing #### Demo This is the conversation history. https://claude.ai/share/7b48fd60-68ba-46fb-bb21-2fbb17399b48 ## Install addon FreeCAD Addon directory is * Windows: `%APPDATA%\FreeCAD\Mod\` * Mac: `~/Library/Application\ Support/FreeCAD/Mod/` * Linux: * Ubuntu: `~/.FreeCAD/Mod/` or `~/snap/freecad/common/Mod/` (if you install FreeCAD from snap) * Debian: `~/.local/share/FreeCAD/Mod` Please put `addon/FreeCADMCP` directory to the addon directory. ```bash git clone https://github.com/neka-nat/freecad-mcp.git cd freecad-mcp cp -r addon/FreeCADMCP ~/.FreeCAD/Mod/ ``` When you install addon, you need to restart FreeCAD. You can select "MCP Addon" from Workbench list and use it. And you can start RPC server by "Start RPC Server" command in "FreeCAD MCP" toolbar. ## SettingRead full README on GitHub →
Are you the maintainer? Claim this listing