Model Context Protocol (MCP) server for CODESYS automation platform
| Tool name | Description | Destructive? |
|---|---|---|
| open_project | ✓ no | |
| create_project | ✓ no | |
| save_project | ✓ no | |
| create_pou | ✓ no | |
| set_pou_code | ✓ no |
| create_property | ✓ no | |
| create_method | ✓ no | |
| compile_project | ✓ no |
{
"mcpServers": {
"codesysmcp-toolkit": {
"command": "npx",
"args": [
"-y",
"@codesys/mcp-toolkit"
]
}
}
}