Back to Apps

CAD-Query MCP Server
Supports UIby rishigundakaram
Conversational 3D modeling with CAD-Query integration for parametric design and verification.
0 stars
Works in:claude
Exposes:Tools
What it does
Connects AI assistants to the CAD-Query library, enabling the generation and verification of parametric 3D models through a conversational interface. It allows users to describe mechanical parts and have the server validate the resulting Python scripts.
Tools
verify_cad_query: Validates a CAD-Query generated model against specific dimensional or structural criteria.generate_cad_query: Generates CAD-Query Python scripts based on natural language descriptions (stub implementation).
Installation
Add to claude_desktop_config.json:
{
"mcpServers": {
"cadquery-server": {
"command": "python",
"args": ["/path/to/cadquery-mcp-server/server.py"]
}
}
}
Supported hosts
- Claude Desktop
Quick install
uv sync && uv run python server.pyInformation
- Pricing
- free
- Published
- 6/28/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"cadquery-server": {
"command": "python",
"args": ["/path/to/cadquery-mcp-server/server.py"]
}
}
}





