MCP.so
登录

FT Optix MCP已验证已精选

@asqi-carter

关于 FT Optix MCP

MCP for connecting FT Optix Studio to LLMs

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

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

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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.

评论

更多 MCP 服务器