openplc-engineering-mcp

industrix-com-br/openplc-engineering-mcp
★ 0 stars Python Memory/Knowledge Updated 2d ago
Domain-oriented MCP server for OpenPLC engineering operations
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "openplc-engineering-": {
      "command": "uvx",
      "args": [
        "openplc-engineering-mcp"
      ]
    }
  }
}

Or install with pip: pip install openplc-engineering-mcp

README Excerpt

A small experimental Python MCP server that exposes domain-oriented engineering operations for OpenPLC. The project uses the official Model Context Protocol Python SDK and stdio transport. Inspection tools are read-only; compilation is delegated to the authoritative `openplc-cli`. Requirements: Python 3.12+ and [uv](https://docs.astral.sh/uv/).

Tools (4)

compile_projectget_project_structurelist_pousvalidate_project