MCP CAD Studio
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| studio_uiA | Open the interactive CAD Studio. Use this when the user asks to view or work with a model visually. |
| list_modelsA | List the CAD models currently saved in this studio. |
| load_modelA | Load a saved CAD model, its editable parametric definition, and render mesh. |
| create_modelA | Create a CAD model from a declarative parametric shape tree. Supports primitives, extrusions, transforms, mesh input, and boolean operations. |
| generate_modelB | Generate a useful parametric CAD model from a built-in template: bracket, pipe, gear, enclosure, or bolt. |
| update_modelA | Edit a CAD model by replacing its name, color, or parametric shape definition. Pass expectedRevision to prevent overwriting concurrent edits. |
| transform_modelA | Apply an incremental translation, Euler rotation in degrees, or scale to a CAD model. |
| boolean_modelsA | Create a new model by union, difference, or intersection of two or more saved models. |
| duplicate_modelB | Create an editable copy of a saved CAD model. |
| delete_modelB | Permanently delete a saved CAD model from this studio. |
| import_modelA | Import an STL or OBJ model from text or base64 data and save it in the studio. |
| export_modelA | Export a saved CAD model as ASCII STL or OBJ data. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| CAD Studio | Interactive parametric CAD editor and live 3D viewport. |
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/flujo-app/mcp-cad-studio'
If you have feedback or need assistance with the MCP directory API, please join our Discord server