What is the CAiD MCP Server MCP server?
Validated 3D CAD modeling for AI agents via CAiD + OCCT. 107 tools across 22 modules.
How to install CAiD MCP Server
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
CAID_OUTPUT_DIRDirectory for exported STL/STEP/BREP files (default: ~/cadquery-output/)
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"caid-mcp": {
"command": "uvx",
"args": [
"caid-mcp"
],
"env": {
"CAID_OUTPUT_DIR": "<YOUR_CAID_OUTPUT_DIR>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"caid-mcp": {
"command": "uvx",
"args": [
"caid-mcp"
],
"env": {
"CAID_OUTPUT_DIR": "<YOUR_CAID_OUTPUT_DIR>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"caid-mcp": {
"command": "uvx",
"args": [
"caid-mcp"
],
"env": {
"CAID_OUTPUT_DIR": "<YOUR_CAID_OUTPUT_DIR>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"caid-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"caid-mcp"
],
"env": {
"CAID_OUTPUT_DIR": "<YOUR_CAID_OUTPUT_DIR>"
}
}
}
}Claude Code
claude mcp add caid-mcp --env CAID_OUTPUT_DIR=<YOUR_CAID_OUTPUT_DIR> -- uvx caid-mcpRelated MCP servers
fcp-mcp — Final Cut Pro MCP Server
Maintained
Final Cut Pro MCP — 88 tools: FCPXML engine, live FCP control, media analysis, puppets.
2
View repository →Python
MIT
io.github.dreliq9/adclip
Maintained
Ad creative generation via MCP — copy and static images from a JSON brief. Keyless.
0
View repository →Python
MIT