FreeCAD MCP

# FreeCAD MCP Skill

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "FreeCAD MCP" with this command: npx skills add mars720816/openclaw-freecad-mcp

FreeCAD MCP Skill

Enable AI agents to control FreeCAD via the Model Context Protocol (MCP). Create 3D models programmatically, generate parts from descriptions, and automate CAD workflows.

Features

  • 🦾 Full FreeCAD control via RPC server
  • Create 3D objects from 2D drawings
  • Automatic constraint solving
  • Part library integration
  • Compatible with LangChain and Google ADK agents

Requirements

  • FreeCAD 0.21+ installed
  • Python 3.10+
  • MCP-enabled AI agent

Installation

1. Install the skill

npx clawhub install openclaw-freecad-mcp

2. Install the FreeCAD addon

Copy the addon/FreeCADMCP folder to your FreeCAD addons directory:

  • macOS: ~/Library/Application Support/FreeCAD/Mod
  • Linux: ~/.FreeCAD/Mod
  • Windows: %APPDATA%\FreeCAD\Mod

3. Start the RPC server

In FreeCAD, go to Workbenches → FreeCAD MCP → Start RPC Server

4. Configure your agent

Add the MCP server endpoint to your agent configuration:

{
  "mcpServers": {
    "freecad": {
      "url": "http://localhost:9876"
    }
  }
}

Usage

Example agent prompts:

  • "Create a 50x50x10 mm cube with a centered 20mm hole"
  • "Turn this 2D sketch into a 3D printable model"
  • "Design a toy car body with integrated axles"

Examples

See the examples/ directory for:

  • LangChain React agent example
  • Google ADK agent example

Author

mars720816

License

MIT

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

3D Model Generator

Automatisation de la création de modèles 3D via Meshy.ai. Utilisez cette compétence pour transformer du texte ou des images en modèles 3D (STL/OBJ), applique...

Registry SourceRecently Updated
3760Profile unavailable
General

Openclaw 3d Blender MCP

Instalación completa de Blender MCP para OpenClaw. Incluye setup local/remoto, ngrok, verificación, troubleshooting y estudio de 3 recursos obligatorios (ble...

Registry SourceRecently Updated
1751Profile unavailable
Coding

Chrome MCP Tools

Use this skill when you need to access or control a live Chrome browser through the local Chrome DevTools MCP middleware at http://127.0.0.1:8787/mcp, especi...

Registry SourceRecently Updated
2840Profile unavailable
Coding

HSCIQ MCP - 海关编码查询

HS Code Lookup for Chinese Products. Query customs codes, tariff rates, declaration elements, and regulatory requirements via HSCIQ MCP API.

Registry SourceRecently Updated
2990Profile unavailable