openplc-engineering-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@openplc-engineering-mcpShow the project structure for my OpenPLC project"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
openplc-engineering-mcp
A small Python MCP server that exposes domain-oriented, read-only engineering operations for OpenPLC.
The project is an early experimental implementation. Its current purpose is to establish a minimal, testable integration boundary between MCP-compatible agents and OpenPLC Editor projects.
Architecture
MCP Host / LLM Agent
|
| MCP
v
OpenPLC Engineering MCP
|
v
OpenPLCThe server uses the official Model Context Protocol Python SDK and stdio transport. It does not modify OpenPLC or expose generic filesystem or shell tools.
Related MCP server: gx3-mcp-server
Requirements
Python 3.12+
Node.js/npm only when using MCP Inspector (
mcp devusesnpx)
Installation
git clone https://github.com/industrix-com-br/openplc-engineering-mcp.git
cd openplc-engineering-mcp
uv syncRunning
Start the stdio MCP server:
uv run openplc-engineering-mcpOpen it with MCP Inspector:
uv run mcp dev src/openplc_engineering_mcp/server.py --with-editable .Testing
uv run pytestThe tests use the official SDK's in-memory Client(mcp) interface rather than calling tool functions directly.
Current tools
get_server_info— reports the server's current capabilities.get_project_structure— returns the relevant structure of an OpenPLC Editor project.list_pous— lists programs, function blocks, and functions using the current OpenPLC Editor project layout.
OpenPLC project inspection follows the current Editor layout: project.json at the project root, POUs below pous/programs, pous/function-blocks, and pous/functions, plus the related device and datatype locations used by the Editor.
Scope
This version is intentionally read-only and experimental. It does not include project modification, compilation, deployment, runtime control, variable forcing, authentication, HTTP transport, or unrestricted shell/filesystem access. Those capabilities should be added only when concrete requirements justify them.
Maintenance
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
- FlicenseBqualityDmaintenanceEnables AI agents to read and understand local Mendix project structure and logic by connecting directly to the .mpr file via MCP. Allows querying microflows, entities, attributes, and modules in read-only mode without requiring cloud access.41
- FlicenseBqualityBmaintenanceProvides read-only analysis of Mitsubishi GX Works3 PLC projects via MCP, enabling device tracing, cross-referencing, ladder inspection, linting, and report generation without modifying source projects.12
- FlicenseNot gradedqualityCmaintenanceEnables MCP agents to inspect deployment knowledge extracted from a repository, covering workflows, services, deployments, and images.
- FlicenseNot gradedqualityBmaintenanceProvides read-only, structured access to Yasin ecosystem information (project registry, documentation, GitHub state, diagnostics) through the MCP protocol, enabling AI agents to query without direct repository access.
Related MCP Connectors
Agent-native MCP server over the public saagarpatel.dev corpus. Read-only, stateless.
Read-only Remote MCP for externally grounded AI agent trust receipts.
MEOK ABCI Bridge MCP — read-only Tendermint / Cosmos blockchain query for agents. Built-in registry
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/industrix-com-br/openplc-engineering-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server