Skip to main content
Glama
520-YM

codex-creo-mcp

by 520-YM

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]

详细说明见 架构文档

安装概要

  1. 安装 Creo Parametric、匹配版本的 Pro/TOOLKIT 和 Visual Studio Build Tools C++。

  2. 安装 Node.js 20 或更高版本。

  3. 设置 CREO_COMMON_FILESVSDEVCMD,运行 build_all.cmd

  4. 运行 install.ps1,将 MCP 服务和编译产物安装到用户目录。

  5. 根据模板配置 Codex MCP 和 Creo Toolkit 注册文件。

  6. 重启 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。

F
license - not found
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    B
    quality
    D
    maintenance
    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.
    11
    4
    MIT
  • A
    license
    Not graded
    quality
    A
    maintenance
    MCP 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
  • F
    license
    Not graded
    quality
    C
    maintenance
    Local MCP server enabling Codex to inspect and edit HWPX documents, Excel spreadsheets, and QGIS QGS/QGZ projects on Windows with safety and fidelity.
    1
  • A
    license
    Not graded
    quality
    C
    maintenance
    MCP 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.
    1
    MIT

View all related MCP servers

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

View all MCP Connectors

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/520-YM/codex-creo-mcp'

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