PluginBench
MCP Server

Alibre PDM MCP Server MCP Server

io.github.stephensmitchell/AlibrePDMObjectModel.Mcp

What is the Alibre PDM MCP Server MCP server?

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

How to install Alibre PDM MCP Server

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • ALIBRE_INSTALL_DIR

    Folder containing AlibreX.dll (e.g. C:\Program Files\Alibre Design 29.0.1.29069\Program). Auto-detected under Program Files if not set.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "AlibrePDMObjectModel-Mcp": {
      "command": "dnx",
      "args": [
        "AlibrePDMObjectModel.Mcp"
      ],
      "env": {
        "ALIBRE_INSTALL_DIR": "<YOUR_ALIBRE_INSTALL_DIR>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "AlibrePDMObjectModel-Mcp": {
      "command": "dnx",
      "args": [
        "AlibrePDMObjectModel.Mcp"
      ],
      "env": {
        "ALIBRE_INSTALL_DIR": "<YOUR_ALIBRE_INSTALL_DIR>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "AlibrePDMObjectModel-Mcp": {
      "command": "dnx",
      "args": [
        "AlibrePDMObjectModel.Mcp"
      ],
      "env": {
        "ALIBRE_INSTALL_DIR": "<YOUR_ALIBRE_INSTALL_DIR>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "AlibrePDMObjectModel-Mcp": {
      "type": "stdio",
      "command": "dnx",
      "args": [
        "AlibrePDMObjectModel.Mcp"
      ],
      "env": {
        "ALIBRE_INSTALL_DIR": "<YOUR_ALIBRE_INSTALL_DIR>"
      }
    }
  }
}
Claude Code
claude mcp add AlibrePDMObjectModel-Mcp --env ALIBRE_INSTALL_DIR=<YOUR_ALIBRE_INSTALL_DIR> -- dnx AlibrePDMObjectModel.Mcp

Related MCP servers

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