solidworks-mcp-pro
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SW_MCP_OUTPUT_ROOT | No | Output directory for SolidWorks files. It is recommended to set this. | |
| SW_MCP_PART_TEMPLATE | No | Path to SolidWorks part template (.prtdot). Optional, used if default fails. | |
| SW_MCP_DRAWING_TEMPLATE | No | Path to SolidWorks drawing template (.drwdot). Optional. | |
| SW_MCP_ASSEMBLY_TEMPLATE | No | Path to SolidWorks assembly template (.asmdot). Optional. | |
| SW_MCP_ALLOW_OUTSIDE_ROOT | No | Set 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
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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