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

コメント

「その他」の他のコンテンツ