Alibre Design CAD MCP Server for Windsurf
io.github.stephensmitchell/alibreobjectmodel.mcp
MCP server exposing the Alibre Design CAD API: parts, sketches, features, parameters.
client:Windsurf
transport:stdio
runtime:nuget
Install Alibre Design CAD MCP Server in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"alibreobjectmodel.mcp": {
"command": "dnx",
"args": [
"AlibreObjectModel.Mcp",
"--yes"
],
"env": {
"ALIBRE_INSTALL_DIR": "<ALIBRE_INSTALL_DIR>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs