MCP server for IQMS / DELMIAworks (EnterpriseIQ) — read manufacturing ERP data via Oracle and post transactional updates via the WebAPI module
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"iqms-mcp": {
"command": "npx",
"args": [
"-y",
"wyre-technology/iqms-mcp"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add iqms-mcp npx -y wyre-technology/iqms-mcp
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"iqms-mcp": {
"command": "npx",
"args": [
"-y",
"wyre-technology/iqms-mcp"
]
}
}
}
📋 Copy
README Excerpt
MCP server for **IQMS / DELMIAworks** (EnterpriseIQ), the manufacturing ERP from Dassault Systèmes. > **Status:** Scaffolding. Read tools issue queries through > [`@wyre-technology/node-iqms`](https://github.com/wyre-technology/node-iqms), > which has tentative SQL pending design-partner schema validation. Write tools
Tools (15)
iqms_boms_explode iqms_boms_where_used iqms_inventory_adjust iqms_inventory_lot_trace iqms_inventory_onhand iqms_navigate iqms_purchase_orders_list iqms_quality_create_ncr iqms_quality_ncrs iqms_sales_orders_list iqms_schedule_capacity iqms_workorders_create iqms_workorders_get iqms_workorders_list iqms_workorders_post_production
Topics
delmiaworks enterpriseiq erp iqms manufacturing mcp model-context-protocol msp oracle