MCP Server
MCP
MCP CAD Studio
A self-contained parametric CAD studio MCP server with an interactive MCP App.
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
By
Comments
Sign in to leave a comment