Read and monitor WAGO PLC parameters over the WDA REST API. Read-only unless writes are allowed.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
uvx wago-plc-mcp-server
MCP client config
{
"mcpServers": {
"wago-plc": {
"command": "uvx",
"args": [
"wago-plc-mcp-server"
]
}
}
}Run
docker run -i --rm docker.io/wagoalex/wago-plc-mcp-server:2.4.4
MCP client config
{
"mcpServers": {
"wago-plc": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/wagoalex/wago-plc-mcp-server:2.4.4"
]
}
}
}