AI-native CAD inspection, no CAD license required. CAD MCP Server bundles a WebAssembly Open CASCADE kernel so LLM tools can read, measure, and compare STEP files locally. The server returns measured facts; your AI assistant interprets engineering meaning.
Server Config
{
"mcpServers": {
"cad": {
"command": "npx",
"args": [
"-y",
"cad-mcp-server"
]
}
}
}