The CAD MCP server converts natural language descriptions into CAD drawings. It provides tools for generating 2D and 3D models from text inputs. It integrates with popular CAD software APIs like AutoCAD and SolidWorks. Developers use it to automate design processes, create prototypes from specifications, and generate CAD files from natural language inputs.
The CAD MCP server converts natural language descriptions into CAD drawings. It provides tools for generating 2D and 3D models from text inputs. It integrates with popular CAD software APIs like AutoCAD and SolidWorks. Developers use it to automate design processes, create prototypes from specifications, and generate CAD files from natural language inputs.
pip install CAD-MCPAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"daobataotie-cad-mcp-github": {
"command": "uvx",
"args": [
"pip install CAD-MCP"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from CAD MCP?"
No configuration required. This server works out of the box.
"What resources are available in CAD MCP?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in CAD MCP"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in CAD MCP with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.