cad-mcp-server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@cad-mcp-serverWhat are the overall dimensions and volume?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
CAD MCP Server
Give your AI assistant the ability to inspect, measure, and compare 3D CAD models. Drop in a STEP file, ask engineering questions, get measured answers. Runs entirely on your machine — no cloud, no CAD license, no setup.
Quick Start
npx -y cad-mcp-serverAdd to your MCP client:
{
"mcpServers": {
"cad": {
"command": "npx",
"args": ["-y", "cad-mcp-server"]
}
}
}Point your AI at any STEP file and ask questions like:
"Review this part before manufacturing. Check wall thickness, draft angles, and hole sizes. Flag anything that violates standard DFM rules."
Related MCP server: Fusion360MCP
Why Engineers Use It
Zero setup. One command. No CAD software, licenses, Docker, or cloud API.
Runs locally. Your STEP files never leave your machine.
Deterministic answers. Backed by the Open CASCADE kernel, not LLM guessing.
Read-only. Inspects geometry without modifying anything.
What It Can Do
Tool | Example question |
| "What are the overall dimensions and volume?" |
| "Find all cylindrical faces. Which ones are holes vs bosses?" |
| "What's the smallest fillet radius on this part?" |
| "Check wall thickness around every hole. Flag anything below 2mm." |
| "What changed between revision A and revision B?" |
The AI assistant interprets the measurements. You get engineering answers, not raw numbers.
Example Prompts
"Review this part for injection molding: check draft angles with +Z pull, measure minimum wall thickness, identify undercuts."
"Prepare a first-pass CNC plan: likely setups, drilling directions, features that drive cost."
"Compare these two revisions and flag what needs rechecking before tooling."
"Which holes are blind vs through? What's the depth of the blind hole?"
"Find the thinnest wall section on this part. Is it above the 1.5mm minimum?"
See docs/EXAMPLE_PROMPTS.md for more.
Requirements
Node.js 24+
STEP files (export from SolidWorks, FreeCAD, Fusion 360, CATIA, or any CAD system)
License
MIT. The bundled OCCT kernel uses LGPL-2.1. See THIRD_PARTY_NOTICES.md.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityFmaintenanceEnables AI-powered parametric CAD design in Autodesk Fusion 360 through natural language commands. Supports multiple AI backends (Ollama, OpenAI, Gemini, Claude) with intelligent routing and safety validation for geometric operations.Last updated12MIT
- -license-quality-maintenanceEnables AI-powered CAD automation in Autodesk Fusion 360 through natural language prompts. Features a modern web chat interface with multiple LLM backends for creating 3D models, sketches, and parametric designs.Last updated
- Flicense-qualityDmaintenanceEnables conversational 3D modeling by providing CAD-Query functionality to validate parametric 3D models against criteria and export to STL/STEP formats for 3D printing and CAD applications.Last updated14
- Flicense-qualityDmaintenanceMCP server that exposes CAD geometry reasoning over STEP files to LLMs, allowing natural language queries about parts, assemblies, dimensions, holes, and mass properties.Last updated
Related MCP Connectors
DXF drawings for AI agents: structured facts, PNG renders, and an interactive in-chat viewer.
AI-callable calculators and engineering models with real formulas. No hallucinated math.
Agent-first CAD: editable .kcad.ts source, deterministic review, OpenCASCADE kernel.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mattmohandiss/cad-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server