Skip to main content
Glama
ANYLXB

solidworks-mcp-pro

by ANYLXB

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SW_MCP_OUTPUT_ROOTNoOutput directory for SolidWorks files. It is recommended to set this.
SW_MCP_PART_TEMPLATENoPath to SolidWorks part template (.prtdot). Optional, used if default fails.
SW_MCP_DRAWING_TEMPLATENoPath to SolidWorks drawing template (.drwdot). Optional.
SW_MCP_ASSEMBLY_TEMPLATENoPath to SolidWorks assembly template (.asmdot). Optional.
SW_MCP_ALLOW_OUTSIDE_ROOTNoSet to '1' to allow writing files outside SW_MCP_OUTPUT_ROOT. Not recommended for long-term use.

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
sw_healthA

Check whether the local SolidWorks COM server is reachable.

sw_active_document_infoB

Return information about the active SolidWorks document.

sw_create_boxB

Create a rectangular box Part and save it under the output root.

sw_create_cylinderC

Create a cylinder Part and save it under the output root.

sw_create_flangeC

Create a parametric flange with center hole and bolt holes.

sw_create_tube_sheetC

Create a simplified tube sheet with a grid of tube holes inside a circular plate.

sw_create_vertical_heat_exchanger_conceptC

Create a simplified vertical heat exchanger shell concept model.

sw_create_from_spec_jsonC

Create a model from a structured JSON spec.

Supported types: box, cylinder, flange, tube_sheet, vertical_heat_exchanger_concept.

sw_export_activeA

Export the active SolidWorks document to STEP, STL, IGES, Parasolid, PDF, DXF, DWG or PNG.

sw_review_activeB

Return a basic review summary for the active SolidWorks document.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ANYLXB/solidworks-mcp-pro'

If you have feedback or need assistance with the MCP directory API, please join our Discord server