Skip to content
Cursor

Alibre PDM MCP Server for Cursor

io.github.stephensmitchell/alibrepdmobjectmodel.mcp

MCP server exposing the Alibre PDM vault API: safes, projects, files, properties, versions.

client:Cursor transport:stdio runtime:nuget

Install Alibre PDM 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": {
    "alibrepdmobjectmodel.mcp": {
      "type": "stdio",
      "command": "dnx",
      "args": [
        "AlibrePDMObjectModel.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 PDM MCP Server in other clients