← Back to Plugins
MCP Server MCP

Alibre Design CAD MCP Server

MCP Registry publisher By MCP Registry publisher 👁 1 views ▲ 0 votes

MCP server exposing the Alibre Design CAD API: parts, sketches, features, parameters.

Verified source

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

Loading comments...