FreeCAD
Enables AI-driven CAD modeling by providing a remote procedure call (RPC) server that allows programmatic control of FreeCAD, supporting operations like creating documents, inserting parts, editing objects, and executing Python code for generative design workflows.
Featured
View Source243 stars
0 tools
Created Aug 2025
@neka-nat/neka-nat-freecad-freecad-mcpAbout
Enables AI-driven CAD modeling by providing a remote procedure call (RPC) server that allows programmatic control of FreeCAD, supporting operations like creating documents, inserting parts, editing objects, and executing Python code for generative design workflows.
Categories
general
Installation
npm
npm install @neka-nat/neka-nat-freecad-freecad-mcp
Configuration
{
"mcpServers": {
"neka-nat-freecad-freecad-mcp": {
"command": "npx",
"args": [
"-y",
"@neka-nat/neka-nat-freecad-freecad-mcp"
]
}
}
}