figma-intelligence
v1.10.0
Published
One-command installer for Figma Intelligence — AI-powered design tools for Figma
Maintainers
Readme
Figma Intelligence
AI-powered design tools for Figma. 88 MCP tools that give your AI assistant (Claude, Cursor, VS Code) the ability to read, create, audit, and modify Figma designs.
Quick Start
Prerequisites
- Node.js 18+ — download here
- Figma Desktop — download here
- Figma Personal Access Token — generate here
Install
npx figma-intelligence@latest setupThis installs everything and registers MCP tools with Claude, Cursor, and VS Code automatically.
Start
npx figma-intelligence@latest startLoad the Figma plugin
- Open Figma Desktop and open any design file
- Go to Plugins > Development > Import plugin from manifest
- Select
~/.figma-intelligence/plugin/manifest.json - Run the plugin — you should see Connected
Use it
Open your AI tool and try:
"Audit this Figma page for accessibility issues"
"Clone this screenshot into Figma using the design system"
"Generate a React component from the selected Figma component"
Commands
| Command | Description |
|---------|-------------|
| npx figma-intelligence@latest setup | Install and configure |
| npx figma-intelligence@latest start | Start the relay |
| npx figma-intelligence@latest stop | Stop the relay |
| npx figma-intelligence@latest status | Check connection |
How It Works
Your Machine Cloud
+-------------------+ +------------------+
| Figma Desktop | | 88 MCP Tools |
| (plugin inside) | | (AI intelligence|
| | | | runs here) |
| v | encrypted | ^ |
| Local Relay ----+----- tunnel -------+-> Tool Router |
+-------------------+ +------------------+
^
|
Claude / Cursor / VS CodeYour design files stay in Figma. No design data is stored on the server.
Troubleshooting
Plugin shows "Bridge offline"
- Click the Reconnect button in the plugin
- Or restart the relay:
npx figma-intelligence@latest stop && npx figma-intelligence@latest start
Plugin shows "Not logged in"
- Click the Log in button in the plugin
- Or run
claude loginin your terminal
MCP tools not showing in your AI tool
- Restart Claude / Cursor / VS Code after running setup
- Check:
npx figma-intelligence@latest status
Relay won't start
- Stop existing relay:
npx figma-intelligence@latest stop - Check port:
lsof -i :9001
Updating to latest version
- Just re-run setup — it preserves your config:
npx figma-intelligence@latest setup npx figma-intelligence start
License
CC-BY-NC-ND-4.0
