festo codesys mcp for Cursor
io.github.efranceschetti/festo-codesys-mcp
MCP server for Festo/CODESYS PLCs: IEC 61131-3 ST + validated PLCopen XML generation.
client:Cursor
transport:stdio
runtime:npm
Install festo codesys mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"festo-codesys-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"festo-codesys-mcp"
],
"env": {
"FESTO_MCP_CODESYS_PATH": "<FESTO_MCP_CODESYS_PATH>",
"FESTO_MCP_CODESYS_PROFILE": "<FESTO_MCP_CODESYS_PROFILE>",
"FESTO_MCP_PYTHON": "<FESTO_MCP_PYTHON>",
"FESTO_MCP_ENABLE_HARDWARE": "<FESTO_MCP_ENABLE_HARDWARE>",
"FESTO_MCP_ALLOW_OUTSIDE_WORKSPACE": "<FESTO_MCP_ALLOW_OUTSIDE_WORKSPACE>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs