caid-mcp

dreliq9/caid-mcp
★ 1 stars Python 🤖 AI/LLM Updated today
MCP server giving AI agents validated 3D modeling via CAiD + OCCT
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "caid-mcp": {
      "command": "uvx",
      "args": [
        "caid-mcp"
      ]
    }
  }
}

Or install with pip: pip install caid-mcp

README Excerpt

<!-- mcp-name: io.github.dreliq9/caid-mcp --> An MCP server that gives AI agents **validated 3D CAD modeling** via [CAiD](https://github.com/dreliq9/CAiD) and [OCP (OpenCASCADE)](https://github.com/CadQuery/OCP). No GUI needed — the modeling engine IS the server. Every geometry operation is validated through CAiD's ForgeResult system, which tracks volume, surface area, and diagnostics. If a boolean silently fails (common with OCCT), the validation layer catches it and tells you why.

Tools (1)

lid