CAiD MCP Server

Semantic and scratch 3D CAD for AI agents via CAiD + OCCT, with runtime capability discovery. It runs locally over stdio via the published package.

People connecting this server to Claude, Cursor, VS Code, or another MCP client.

NO LONGER MAINTAINED

LAST COMMIT unknown · VERIFIED 2026-08-25

how we verify → /methodology

01 · Install CAiD MCP Server

Claude Code

claude mcp add dreliq9-caid-mcp -- uvx caid-mcp

Claude Desktop / Cursor / VS Code - add to config

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

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license no standard license detected - usage rights unclear; check the repo before commercial use

pypi package caid-mcp - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.dreliq9 is GitHub-verified and matches the repo owner

03 · Who maintains CAiD MCP Server

CAiD MCP Server is maintained by dreliq9. We track 3 MCP servers from dreliq9 - 2 actively maintained, 6 combined GitHub stars, oldest repo from Apr 2026. Full record: all servers from dreliq9.

  1. fcp-mcp - Final Cut Pro MCP Server Final Cut Pro MCP - 88 tools: FCPXML engine, live FCP control, media analysis, puppets. ★ 6

04 · Facts

category
other - dead as of 2026-08-25.
registry
io.github.dreliq9/caid-mcp (deleted, first published 2026-03-26 · 4 versions)
packages
pypi:caid-mcp

05 · CAiD MCP Server FAQ

What is CAiD MCP Server?

Semantic and scratch 3D CAD for AI agents via CAiD + OCCT, with runtime capability discovery. It runs locally over stdio via the published package.

Is CAiD MCP Server still maintained?

Its last commit was unknown (as of 2026-08-25) - we classify it as dead.

How do I install CAiD MCP Server?

Run `uvx caid-mcp`. You can also paste the ready-made client config above.

Does CAiD MCP Server run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

06 · Alternatives to CAiD MCP Server