MES_MCP

rlesovsky/MES_MCP
★ 0 stars Python 🗄️ Database Updated today
MCP Servers for MES 4.0
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mes_mcp": {
      "command": "uvx",
      "args": [
        "mes-mcp"
      ]
    }
  }
}

Or install with pip: pip install mes-mcp

README Excerpt

Model Context Protocol servers for Manufacturing Execution Systems. Connects Claude to industrial data — MQTT/UNS, PostgreSQL, and MES-domain tools — across Docker on Linux servers and ARM Macs alike. --- | Component | What it does | |-----------|--------------| | **4 MCP servers** | `mes-line1` (MES domain, 15 tools), `mqtt-uns` (UNS topics, 6 tools), `postgres-mes` (read-only SQL, 4 tools), `scheduler-mcp` (schedule queue / capacity, 4 tools) |