Remote & MCP
Bridge
@sxl-studio/bridge- Runs on your machine and keeps one TCP port for the Figma plugin WebSocket, MCP (Cursor and other clients), and a small HTTP API—so Remote Connect and automation share the same session.
- Every command still executes inside the SXL Studio plugin whitelist: Bridge only forwards payloads; nothing runs on your file without the plugin.
- Use it when you want agents or scripts to export variables, drive compositions, hit plugin Git flows, or call the extended canvas toolkit while you work in Figma Desktop or Dev Mode.
- Default port is 37830 (override with BRIDGE_PORT). Start Bridge before enabling Remote Connect or pointing MCP at http://127.0.0.1:37830/mcp.
CLI
npm install -g @sxl-studio/bridgeOne-off: npx @sxl-studio/bridge Get copies this line; browsers cannot open your IDE terminal automatically.