
Research
/Security News
77 Firefox Extensions Linked to Crypto Wallet and Credential Theft
Socket uncovered 77 linked Firefox extensions, including 40 that steal wallet secrets or credentials and 37 deceptive sports-score shells.
AlibreObjectModel.Mcp
Advanced tools
Model Context Protocol server exposing the Alibre Design CAD API (parts, sketches, features, parameters) as MCP tools over stdio.
AlibreObjectModel.Mcp is a Model Context Protocol (MCP) server. It exposes the Alibre Design CAD API (parts, sketches, features, parameters) as MCP tools over stdio. Use it from Claude Desktop, Claude Code, or any MCP client.
| Package ID | AlibreObjectModel.Mcp |
| Command | alibre-cad-mcp |
| Tools | 25 (parts, sketches, features, parameters, validation) |
| Runtime | .NET 8+ (Windows only, x64) |
| License | MIT |
AlibreX.dll; it loads that at runtime from your licensed Alibre install.dotnet tool install, or the .NET 10 SDK for dnx.dotnet tool install --global AlibreObjectModel.Mcp
Run it without installing (needs the .NET 10 SDK):
dnx AlibreObjectModel.Mcp --yes
Claude Code:
claude mcp add alibre-cad -- alibre-cad-mcp
Claude Desktop (%APPDATA%\Claude\claude_desktop_config.json):
{
"mcpServers": {
"alibre-cad": { "command": "alibre-cad-mcp" }
}
}
alibre_attach
create_part name:"DemoBox"
create_sketch plane:"XY" name:"Profile"
add_rectangle_to_sketch sketch_name:"Profile" x1:-50 y1:-30 x2:50 y2:30
extrude_sketch sketch_name:"Profile" depth:40 feature_name:"Base"
get_part_summary
Connection & status
alibre_attach: attach to the running Alibre instancealibre_status: list all open sessions (name, type, which is active)alibre_version: report the server versionactive_session_info: details on the active sessionSessions & files
create_part: create a new partcreate_assembly: create a new assemblycreate_drawing: create a new drawingopen_file: open a part / assembly / drawing filesave_active_session: save the active sessionclose_active_session: close the active session (saves by default)Sketching
create_sketch: create a sketch on a plane (XY / XZ / YZ)add_line_to_sketch: add a lineadd_rectangle_to_sketch: add a rectangleadd_circle_to_sketch: add a circlevalidate_sketch: check the sketch is closed and validlist_sketches: list sketches on the active partrename_sketch: rename a sketchFeatures
extrude_sketch: extrude a closed sketch into a bosslist_part_features: list featuresrename_feature: rename a featuresuppress_feature: suppress or unsuppress a featureParameters
list_part_parameters: list driving parameters (name, value, units)get_part_parameter: get one parameter valueset_part_parameter: set a parameter (triggers a regen)Inspection
get_part_summary: body / face / edge / vertex counts, volume, surface area© 2026 Stephen S. Mitchell. Released under the MIT License.
FAQs
Model Context Protocol server exposing the Alibre Design CAD API (parts, sketches, features, parameters) as MCP tools over stdio.
We found that AlibreObjectModel.Mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
Socket uncovered 77 linked Firefox extensions, including 40 that steal wallet secrets or credentials and 37 deceptive sports-score shells.

Security News
NIST disclosed an unreleased AI tool called V-etalon and opened a broad inquiry into NVD modernization after years of automation plans produced no public enrichment system.

Security News
In his AI Council 2026 talk, Feross Aboukhadijeh covers recent package compromises, vulnerability discovery, and a more automated security model.