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