WAGO PLC for Cursor
io.github.wagoalex/wago-plc-mcp-server
Read and monitor WAGO PLC parameters over the WDA REST API. Read-only unless writes are allowed.
client:Cursor
transport:stdio
runtime:pypi
Install WAGO PLC in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"wago-plc-mcp-server": {
"type": "stdio",
"command": "uvx",
"args": [
"wago-plc-mcp-server"
],
"env": {
"TRANSPORT": "<TRANSPORT>",
"WAGO_PLC_HOSTS": "<WAGO_PLC_HOSTS>",
"DEFAULT_PLC_USERNAME": "<DEFAULT_PLC_USERNAME>",
"DEFAULT_PLC_PASSWORD": "<DEFAULT_PLC_PASSWORD>",
"WAGO_TIMEOUT_SECONDS": "<WAGO_TIMEOUT_SECONDS>",
"WAGO_ALLOW_WRITES": "<WAGO_ALLOW_WRITES>",
"AUDIT_LOG_FILE": "<AUDIT_LOG_FILE>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs