FTX MCP — FactoryTalk Optix MCP Server for Cursor
io.github.asqi-carter/ftx-mcp
MCP server for FactoryTalk Optix: author, preview, and verify Studio changes via the emulator.
client:Cursor
transport:stdio
runtime:pypi
Install FTX MCP — FactoryTalk Optix MCP Server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"ftx-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"ftx-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs