← Back to Plugins
MCP Server MCP

MCP CAD Studio

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "mcp-cad-studio",
      "version": "0.2.2",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "description": "Run the MCP server over standard input and output.",
          "isRequired": true,
          "type": "named",
          "name": "--stdio"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...