Skip to content
VS Code

FTX MCP — FactoryTalk Optix MCP Server for VS Code

io.github.asqi-carter/ftx-mcp

MCP server for FactoryTalk Optix: author, preview, and verify Studio changes via the emulator.

client:VS Code transport:stdio runtime:pypi

Install FTX MCP — FactoryTalk Optix MCP Server in VS Code

.vscode/mcp.json

{
  "servers": {
    "ftx-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "ftx-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

FTX MCP — FactoryTalk Optix MCP Server in other clients