Skip to content

Alibre PDM MCP Server for Grok

io.github.stephensmitchell/alibrepdmobjectmodel.mcp

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

client:Grok transport:stdio runtime:nuget

Install Alibre PDM MCP Server in Grok

.mcp.json (in your project root)

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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Alibre PDM MCP Server in other clients