Back to directory
srgio-es/teamcenter-mcp-server

srgio-es/teamcenter-mcp-server

@srgio-es

Integrates with Teamcenter PLM using REST API, enabling direct interaction with Teamcenter data through Claude.

teamcenterplmrest-apitypescriptproduct-lifecyclemcp-servertool

Installation & Configuration

{
  "mcpServers": {
    "teamcenter": {
      "command": "node",
      "args": [
        "/home/MCP/teamcenter-mcp-server/build/index.js"
      ],
      "env": {
        "TEAMCENTER_BASE_URL": "YOUR_TEAMCENTER_BASE_URL",
        "TEAMCENTER_USERNAME": "YOUR_TEAMCENTER_USERNAME",
        "TEAMCENTER_PASSWORD": "YOUR_TEAMCENTER_PASSWORD"
      },
      "disabled": false,
      "autoApprove": []
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2026/6/15
Updated
2026/6/17