Alibre Design CAD MCP Server for Grok
io.github.stephensmitchell/alibreobjectmodel.mcp
MCP server exposing the Alibre Design CAD API: parts, sketches, features, parameters.
client:Grok
transport:stdio
runtime:nuget
Install Alibre Design CAD MCP Server in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"alibreobjectmodel.mcp": {
"type": "stdio",
"command": "dnx",
"args": [
"AlibreObjectModel.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