plctap for VS Code
io.github.ymxc152/plctap
Agent-PLC MCP Server: read & diagnose Modbus / FINS / MELSEC / S7 / IEC 104 / ENIP / OPC UA PLCs.
client:VS Code
transport:stdio
runtime:pypi
Install plctap in VS Code
.vscode/mcp.json
{
"servers": {
"plctap": {
"type": "stdio",
"command": "uvx",
"args": [
"plctap"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs