MCP.so
登录

Freecad

@bonninr

关于 Freecad

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.

基本信息

分类

其他

许可证

MIT

运行时

python

传输方式

stdio

发布者

bonninr

提交者

Rodolfo Bonnin

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "freecad": {
      "command": "/usr/bin/python3",
      "args": [
        "/home/USER/.FreeCAD/Mod/freecad_mcp/src/freecad_bridge.py"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Freecad?

FreeCAD MCP (Model Control Protocol) provides a simplified interface for interacting with FreeCAD through a server-client architecture. It allows users to execute commands and retrieve information about the current FreeCAD document and scene.

How to use Freecad?

Install by placing the freecad_mcp directory in your FreeCAD modules directory, restart FreeCAD, and select the "FreeCAD MCP" workbench. Configure the MCP server in JSON format specifying the Python executable path and the path to freecad_bridge.py. Connect to the server via socket on localhost:9876 to send commands such as get_scene_info and run_script.

Key features of Freecad

  • Retrieve comprehensive scene information (document properties, objects, sketches, camera)
  • Execute arbitrary Python code within the FreeCAD context
  • Automate complex CAD operations via script
  • Modify existing objects and create new ones programmatically
  • Access shape properties, geometry, and constraints of sketches

Use cases of Freecad

  • Automate repetitive model creation tasks using Python scripts
  • Retrieve detailed information about the current FreeCAD document for analysis
  • Create and modify objects (e.g., add a box with custom dimensions) without manual interaction
  • Integrate FreeCAD with external tools by sending commands and receiving data

FAQ from Freecad

评论

其他 分类下的更多 MCP 服务器