Skip to main content
Glama
flujo-app

MCP CAD Studio

by flujo-app

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
resources
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
CAD StudioInteractive parametric CAD editor and live 3D viewport.

Latest Blog Posts

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