codex-creo-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@codex-creo-mcpWhat is the mass of the active part in Creo?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Codex × Creo MCP
这是一个面向 Windows 和 Creo Parametric 的 Codex MCP 集成项目。它通过 Node.js MCP 服务、Pro/TOOLKIT 原生桥接程序和可选的 Creo 常驻 DLL,让 Codex 能够读取与修改当前 Creo 会话。
当前版本提供 60 项正式 MCP 工具,覆盖模型读取、参数与尺寸、常用零件特征、装配、骨架、钣金、STEP 导出和版本清理。
核心规则
每次命令先从当前 Creo 会话读取用户已经选择的工作目录。
所有文件操作只允许作用于该工作目录的直接子文件。
工具不接受
project_name、固定项目根目录或调用方提供的目录路径。不上传或附带 Creo、Pro/TOOLKIT、WJT276、公司模型、配置文件或其他第三方二进制。
写入工具在修改前核对模型、特征、尺寸和旧值,失败时尽量回滚。
Related MCP server: creo-mcp-server
架构
flowchart LR
C[Codex Desktop] --> M[Node.js MCP Server]
M --> P[Named Pipe / Async Bridge]
P --> T[Creo Pro/TOOLKIT]
T --> R[Creo Parametric]详细说明见 架构文档。
安装概要
安装 Creo Parametric、匹配版本的 Pro/TOOLKIT 和 Visual Studio Build Tools C++。
安装 Node.js 20 或更高版本。
设置
CREO_COMMON_FILES和VSDEVCMD,运行build_all.cmd。运行
install.ps1,将 MCP 服务和编译产物安装到用户目录。根据模板配置 Codex MCP 和 Creo Toolkit 注册文件。
重启 Codex 与 Creo 后进行只读握手测试。
完整步骤见 Windows 安装教程。
目录
mcp/:MCP 服务和安全清理脚本。native/:Pro/TOOLKIT C 源码。scripts/:常驻桥接快捷命令脚本。config/:脱敏配置模板。docs/:架构、安装、工具和故障排除文档。tests/:目录策略和静态安全检查。
重要警告
Creo 的同步 Pro/TOOLKIT 调用可能清空原生撤销栈。启用持续轮询的常驻 DLL 前,请阅读 撤销与常驻桥接。
第三方软件
PTC Creo、Pro/TOOLKIT、Visual Studio Build Tools、Codex 和 WJT276 均不包含在本仓库中。请自行取得合法安装包、许可和 SDK。
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseBqualityDmaintenanceIntegrates 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.114MIT
- AlicenseNot gradedqualityAmaintenanceMCP server for interacting with Creo Parametric CAD software. Enables tool calls like file_open, feature_set, and J-Link execution through a Python-based server and optional Java gateway.MIT
- FlicenseNot gradedqualityCmaintenanceLocal MCP server enabling Codex to inspect and edit HWPX documents, Excel spreadsheets, and QGIS QGS/QGZ projects on Windows with safety and fidelity.1
- AlicenseNot gradedqualityCmaintenanceMCP server for controlling a live SOLIDWORKS session through the Windows COM API, enabling native CAD operations like sketches, features, bodies, views, and exports, plus transactional plans and vectorization.1MIT
Related MCP Connectors
A paid remote MCP for OpenAI Codex context compressor, built to return verdicts, receipts, usage log
A paid remote MCP for CodeG, built to return verdicts, receipts, usage logs, and audit-ready JSON.
A paid remote MCP for OpenAI Codex memory MCP, built to return verdicts, receipts, usage logs, and a
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/520-YM/codex-creo-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server