Alibre PDM MCP Server for Claude Desktop
io.github.stephensmitchell/alibrepdmobjectmodel.mcp
MCP server exposing the Alibre PDM vault API: safes, projects, files, properties, versions.
client:Claude Desktop
transport:stdio
runtime:nuget
Install Alibre PDM MCP Server in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"alibrepdmobjectmodel.mcp": {
"command": "dnx",
"args": [
"AlibrePDMObjectModel.Mcp",
"--yes"
],
"env": {
"ALIBRE_INSTALL_DIR": "<ALIBRE_INSTALL_DIR>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs