Skip to content
Cursor

Alibre Design CAD MCP Server for Cursor

io.github.stephensmitchell/alibreobjectmodel.mcp

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

client:Cursor transport:stdio runtime:nuget

Install Alibre Design CAD MCP Server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "alibreobjectmodel.mcp": {
      "type": "stdio",
      "command": "dnx",
      "args": [
        "AlibreObjectModel.Mcp",
        "--yes"
      ],
      "env": {
        "ALIBRE_INSTALL_DIR": "<ALIBRE_INSTALL_DIR>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Alibre Design CAD MCP Server in other clients