MCP Server
MCP
Alibre Design CAD MCP Server
MCP server exposing the Alibre Design CAD API: parts, sketches, features, parameters.
Install
nuget:[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "nuget",
"registryBaseUrl": "https://api.nuget.org/v3/index.json",
"identifier": "AlibreObjectModel.Mcp",
"version": "2.0.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Folder containing AlibreX.dll (e.g. C:\\Program Files\\Alibre Design 29.0.1.29069\\Program). Auto-detected under Program Files if not set.",
"name": "ALIBRE_INSTALL_DIR"
}
]
}
]
}
mcp
model-context-protocol
nuget
Comments
Sign in to leave a comment