MCP server for FactoryTalk Optix: author, preview, and verify Studio changes via the emulator.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
uvx ftx-mcp
MCP client config
{
"mcpServers": {
"ftx-mcp-factorytalk-optix-mcp-server": {
"command": "uvx",
"args": [
"ftx-mcp"
]
}
}
}