Show HN: Figma-use – CLI to control Figma for AI agents
github.comI built this because the official Figma MCP server is mostly useless.
figma-use gives AI agents full control:
- 73 commands for creating shapes, text, frames, components - Inline styling (one command = shape + fill + stroke + radius + layout) - eval command to run arbitrary JS via the Figma Plugin API - Human-readable output by default, --json for agents
Architecture: CLI → HTTP → local proxy → WebSocket → Figma plugin
Install: bun install -g @dannote/figma-use
Inspired by Vercel's agent-browser
No comments yet.