MCP.so
Sign In

FT Optix MCPVerifiedFeatured

@asqi-carter

About FT Optix MCP

MCP for connecting FT Optix Studio to LLMs

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "ftx-mcp": {
      "type": "http",
      "url": "http://127.0.0.1:8766/mcp"
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

FactoryTalk Optix MCP Server

ftx-mcp is an MCP server for Rockwell Automation's FactoryTalk Optix. It connects Claude (Desktop, Code, Cowork) or any MCP client to FT Optix Studio on your Windows machine, so you can author, preview, and verify HMI screens by describing what you want.

How it works

  • A Windows service exposes 43 MCP tools over HTTP (http://127.0.0.1:8766/mcp)
  • A DesignTime NetLogic bridge (StudioMCPBridge) applies changes to the live Studio project
  • Changes are verified against the running emulator with screenshots — author, then verify

Getting started

Install: pip install ftx-mcp, then follow the quick start. Full writeup at asqi.org/resources/ftx-mcp-v1.

Comments

More MCP servers