PTC-MCP Integration Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Logging level | |
| CREO_JLINK_PATH | No | Path to Creo J-Link library | |
| MCP_SERVER_NAME | No | Name of the MCP server | |
| CREO_EXPORT_PATH | No | Path for Creo exports | |
| MCP_SERVER_VERSION | No | Version of the MCP server | |
| WINDCHILL_BASE_URL | Yes | Base URL of the Windchill server | |
| WINDCHILL_PASSWORD | Yes | Password for Windchill service account | |
| WINDCHILL_USERNAME | Yes | Username for Windchill service account |
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 | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| windchill_search_partB | Search for parts in Windchill by number, name, or free text |
| windchill_get_partC | Get detailed part information from Windchill |
| windchill_get_bomC | Get bill of materials for a part |
| windchill_get_docsB | Get documents associated with a part |
| creo_open_modelB | Open a Creo model (PRT, ASM, or DRW) |
| creo_export_stepB | Export Creo model as STEP file |
| creo_export_pdfB | Export Creo drawing as PDF |
| creo_get_parametersC | Extract parameters from a Creo model |
| find_part_and_open_in_creoB | Find a part in Windchill and automatically open it in Creo |
| export_part_as_stepC | Find a part in Windchill and export it as STEP file |
| analyze_dependenciesA | Analyze dependencies (parameters, family tables, references) for a part |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 11 tools
Most tools are clearly differentiated by prefix (creo_ vs windchill_), but 'export_part_as_step' and 'creo_export_step' could cause confusion for STEP export, and 'analyze_dependencies' lacks a clear domain indicator.
Windchill and Creo tools follow consistent prefix_verb_noun patterns, but two tools ('analyze_dependencies', 'export_part_as_step') lack prefixes, and 'find_part_and_open_in_creo' is verbose and breaks the pattern.
With 11 tools covering search, retrieval, export, and CAD interactions, the count is well-scoped for a Windchill-Creo integration server without being excessive or sparse.
The toolset covers basic retrieval and export workflows but lacks creation, update, or lifecycle operations (e.g., checkout/checkin), leaving notable gaps for full lifecycle management.