freecad-addon-robust-mcp-server
by spkane·★ 84·综合分 49
连接AI助手与FreeCAD的MCP服务器,提供150+个3D建模工具。
概述
FreeCAD Robust MCP服务器使Claude和GPT等AI助手能与FreeCAD(参数化3D建模软件)交互。它涵盖了建模基础、零件设计、文档管理等广泛的工具,支持XML-RPC和JSON-RPC socket等多种连接方式,可在不同平台和环境中使用。
试试问 AI
装完之后,这里有 5 个你可以让 AI 做的事:
什么时候选它
当您使用 FreeCAD 并希望通过 AI 助手在 CAD 工作流程中进行参数化建模、自动化和调试时,选择此工具。
什么时候不要选它
如果您不使用 FreeCAD,则应避免使用,因为它专门为 FreeCAD 生态系统设计,不支持其他 CAD 应用程序。
此 server 暴露的工具
从 README 抽取出 12 个工具execute_pythonExecute Python code in the FreeCAD environment
get_document_listRetrieve a list of all open documents in FreeCAD
create_boxCreate a box primitive in the active document
create_cylinderCreate a cylinder primitive in the active document
create_sphereCreate a sphere primitive in the active document
get_object_listRetrieve a list of all objects in the active document
export_objectExport an object to a file in various formats
create_sketchCreate a new sketch in the active document
add_line_to_sketchAdd a line to the active sketch
extrude_sketchExtrude a sketch to create a 3D shape
create_macroCreate a new FreeCAD macro file
run_macroExecute a FreeCAD macro file
可对比工具
安装
安装
使用pip(推荐)
pip install freecad-robust-mcp使用Docker
docker pull spkane/freecad-robust-mcpClaude Desktop配置
将以下内容添加到~/.claude/claude_desktop_config.json:
{
"mcpServers": {
"freecad": {
"command": "freecad-mcp",
"env": {
"FREECAD_MODE": "xmlrpc"
}
}
}
}FreeCAD工作台安装
- 通过FreeCAD的插件管理器安装Robust MCP Bridge工作台:
- 编辑 → 偏好设置 → 插件管理器 - 搜索"Robust MCP Bridge" - 安装并重启FreeCAD
- 切换到Robust MCP Bridge工作台
- 点击启动MCP Bridge按钮
freecad-addon-robust-mcp-server 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。