About Figma Intelligence
Figma Intelligence is an MCP server in the Social category: one-command installer for Figma Intelligence — AI-powered design tools for Figma. It has been installed 0 times through Conduid.
Install
claude mcp add figma-intelligence -- npx -y figma-intelligencenpx -y figma-intelligenceThis server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.
Ask AI
Ask AI about Figma Intelligence
Powered by Claude · Grounded in docs
Security checks
- ·README presentNot checked yet.
- ·License declaredNot checked yet.
- ·Tests presentNot checked yet.
- ·Dependencies pinnedNot checked yet.
- ·No dynamic code executionNot checked yet.
- ·Scoped permissionsNot checked yet.
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 setup
This installs everything and registers MCP tools with Claude, Cursor, and VS Code automatically.
Start
npx figma-intelligence@latest start
Load 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 Code
Your 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
README mirrored from the source repository 4 months ago. The original is authoritative.