Odel
FTX MCP — FactoryTalk Optix MCP Server

FTX MCP — FactoryTalk Optix MCP Server

Local
@asqi-carter11PythonUpdated 2w ago

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).

PyPIftx-mcpv1.0.7

Run

uvx ftx-mcp

MCP client config

{
  "mcpServers": {
    "ftx-mcp-factorytalk-optix-mcp-server": {
      "command": "uvx",
      "args": [
        "ftx-mcp"
      ]
    }
  }
}