CODESYS 3.5 MCP server for AI-assisted PLC engineering: IEC 61131-3 projects, compile/static analysis, online change, live variables and debugging.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"codesys-mcp-server": {
"command": "npx",
"args": [
"-y",
"PhilipLykov/Codesys-MCP-Server"
]
}
}
}
Run in terminal:
claude mcp add codesys-mcp-server npx -y PhilipLykov/Codesys-MCP-Server
Add to .cursor/mcp.json:
{
"mcpServers": {
"codesys-mcp-server": {
"command": "npx",
"args": [
"-y",
"PhilipLykov/Codesys-MCP-Server"
]
}
}
}