Hacker News new | ask | show | jobs
Show HN: Figma-use – CLI to control Figma for AI agents (github.com)
1 points by dannote 145 days ago
I 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