PTC-MCP Integration Server

PTC-MCP Integration Server

Integrates PTC Windchill and Creo Parametric with LLM-based clients via the Model Context Protocol, enabling natural language interaction with PLM and CAD systems for tasks like part search, BOM retrieval, model operations, and exports.

Category
Visit Server

README

PTC-MCP Integration Server

Model Context Protocol (MCP) server for integrating PTC Windchill and Creo Parametric with LLM-based clients.

Overview

The PTC-MCP Integration Server provides a standardized gateway between MCP clients (ChatGPT Desktop, Claude Desktop, Agents SDK) and PTC's enterprise PLM and CAD systems. It enables natural language interaction with Windchill and Creo through structured, auditable workflows.

Features

  • MCP Protocol Support: Full implementation of Model Context Protocol
  • Windchill Integration: Read operations for parts, BOMs, and documents
  • Creo Automation: Model operations, exports, and parameter extraction
  • Security: Enterprise-grade authentication, authorization, and audit logging
  • Configuration: Centralized configuration management

Requirements

  • Node.js >= 18.0.0
  • TypeScript >= 5.3.0
  • Access to PTC Windchill (REST/OData API)
  • Creo Parametric with J-Link/OTK (for Creo automation)

Installation

# Install dependencies
npm install

# Build the project
npm run build

# Run in development mode
npm run dev

# Run production build
npm start

Configuration

Copy .env.example to .env and configure:

# Windchill Configuration
WINDCHILL_BASE_URL=https://your-windchill-server.com
WINDCHILL_USERNAME=service-account
WINDCHILL_PASSWORD=password

# Creo Configuration
CREO_JLINK_PATH=C:/Program Files/PTC/Creo X.X/Common Files/x86e_win64/obj/jlink
CREO_EXPORT_PATH=./exports

# MCP Server Configuration
MCP_SERVER_NAME=ptc-mcp-server
MCP_SERVER_VERSION=1.0.0
LOG_LEVEL=info

Usage

As MCP Server (stdio)

The server runs as an MCP server accessible via stdio:

node dist/index.js

MCP Client Configuration

Configure in your MCP client (e.g., Claude Desktop):

{
  "mcpServers": {
    "ptc-mcp": {
      "command": "node",
      "args": ["/path/to/ptc-mcp-integration-server/dist/index.js"]
    }
  }
}

Available Tools

Windchill Tools

  • windchill_search_part - Search for parts
  • windchill_get_part - Get part details
  • windchill_get_bom - Get bill of materials
  • windchill_get_docs - Get associated documents

Creo Tools

  • creo_open_model - Open Creo model
  • creo_export_step - Export as STEP
  • creo_export_pdf - Export drawing as PDF
  • creo_get_parameters - Extract parameters

Development

# Type checking
npm run type-check

# Linting
npm run lint

# Testing
npm test

# Watch mode
npm run dev

Project Structure

ptc-mcp-server/
├── src/
│   ├── mcp/           # MCP protocol implementation
│   ├── windchill/      # Windchill connector
│   ├── creo/          # Creo automation service
│   ├── security/      # Security layer
│   └── config/        # Configuration management
├── tests/             # Test files
├── config/            # Configuration files
└── docs/              # Documentation

Documentation

License

MIT

Support

For issues and questions, please refer to the project documentation or create an issue.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured