Allow your AI coding agents to access Figma files & prototypes directly. You can DM me for any issues / improvements: https://x.com/jasonzhou1993
1. Access all figma pages
2. Access all figma components
3. Access figma prototype flows
Converts Figma designs (frames, components, instances) into inspectable packets and static Unity UGUI YAML prefabs via the Figma REST API, enabling direct design-to-Unity asset generation.
Search Figma developer documentation to find specific information across Plugin, Widget, and REST API sections. Get relevant page paths and content excerpts for development queries.
Draw or modify Figma canvas by executing JavaScript code in a sandboxed environment using figma.* proxy. Returns execution results, logs, and warnings.
List all currently connected Figma/FigJam plugin instances (Figma Desktop, FigJam browser, Figma browser). Returns fileKey, fileName, and connection time for each. Use when multiple windows or agents are active.
Start the WebSocket server and wait for the Figma plugin to connect. Returns connection status and instructions to establish a live slide editing session.
Run JavaScript in the Figma plugin main thread to inspect and manipulate the live document, using the Figma API, and return JSON-serializable data without hitting REST API rate limits.
Check Figma bridge connection status and get diagnostic details including plugin connection, leader/follower mode, port, heartbeat, queue, sessions, and ordered hints for resolving issues.