All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

Figma-use CLI Tool: Command-Line Interface for Full Read/Write Access to Figma Design Files

By

dannote

4mo ago· 7 min readenCode

Summary

Figma-use is a command-line interface tool that provides full read/write access to Figma design files, enabling AI agents and developers to control Figma from the terminal. It offers over 100 commands for creating shapes, text, components, setting styles, and exporting images. The tool addresses limitations of Figma's official MCP plugin by allowing modifications, not just reading. It supports both CLI commands and JSX syntax, making it accessible to LLMs that understand CLI and React patterns. The article also mentions workarounds for Figma's remote debugging blocks and introduces OpenPencil as an open-source alternative that reads/writes .fig files with built-in AI and P2P collaboration.

Key quotes

· 4 pulled
Figma's official MCP plugin can read files but can't modify them. This one can.
LLMs know CLI. LLMs know React. This combines both.
CLI commands are compact — easy to read, easy to generate, easy to chain. When a task involves dozens of operations, every saved token matters.
Control Figma from the command line. Full read/write access for AI agents — create shapes, text, components, set styles, export images. 100+ commands.
Snippet from the RSS feed
Control Figma from the command line. Full read/write access for AI agents — create shapes, text, components, set styles, export images. 100+ commands. - dannote/figma-use

You might also wanna read