Figma GoDesign automation
Free to install

Get the Figma Go CLI.

The CLI is the MCP server your AI client talks to. Install it once, then connect your clients with a single setup command.

Recommended

macOS and Linux

curl -fsSL https://www.figmago.tech/install.sh | sh

Detects your platform, verifies the SHA-256 checksum before installing, and puts figma-go on your PATH.

Homebrew

macOS and Linuxbrew

brew install joefour/figma-go/figma-go

Handles upgrades with brew upgrade figma-go.

Manual download

All platforms

Verify your download against checksums.txt. The current version is in version.txt. Windows builds are archived as .tar.gz; extract with tar -xzf, which ships with Windows 10 and later.

macOS: clear the quarantine flag after a browser download.

Safari and Chrome mark downloaded files as quarantined, and macOS stops the binary with no error message. Run this once after installing:

xattr -d com.apple.quarantine $(command -v figma-go)

The installer script and Homebrew are not affected — only browser downloads.

After installing

Run the setup command from the project where you want Figma Go available, then open the plugin in Figma and sign in with the same Google account.

figma-go setup --all --scope project
Full setup guide