Odel
MCP CAD Studio

MCP CAD Studio

Local
@flujo-app1TypeScriptMITUpdated Yesterday

A self-contained parametric CAD studio MCP server with an interactive MCP App.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmmcp-cad-studiov0.2.2

Run

npx -y mcp-cad-studio

MCP client config

{
  "mcpServers": {
    "mcp-cad-studio": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-cad-studio"
      ]
    }
  }
}