Purchase Complete
Three steps. Your AI agent does the bridge launch for you.
- 1. Download the plugin zip from your Lemon Squeezy receipt email and unzip it.
- 2. In Figma: Plugins → Development → Import plugin from manifest, pick the manifest file from the unzipped folder.
- 3. Paste this prompt into Claude Code, Codex, or Antigravity:
Start the Figma AI Bridge in the background:
cd <unzipped-folder> && nohup node server.mjs > /tmp/figma-bridge.log 2>&1 &
Then use http://localhost:8867:
- GET /status → expect connected:true
- POST /command → {"command":"...","params":{...}}
Use params, not args. Replace <unzipped-folder> with where you unzipped the plugin.The plugin window in Figma turns green once the agent has started the bridge. Now ask the agent for what you want, like “Build me a settings menu”.
Manual fallback
No agent with shell access? Start the bridge yourself: double-click start-bridge.command on macOS or run start-bridge.bat on Windows. The terminal will show Bridge listening on :8867. Open the plugin in Figma and the status pill turns green.