Enables AI agents to create, modify, and manage Figma designs through natural language, including operations like creating elements, updating properties, managing components, and checking accessibility.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@figma-pilotCreate a responsive card component with a header, body text, and a primary button."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
figma-pilot
A bridge that enables AI agents to create and modify Figma designs through natural language.
让 AI 代理(如 Claude Code、Gemini CLI)能够直接操作 Figma 设计文件。
One-Line Install (Local) / 一键安装
This will:
Build the project
Configure Claude Code MCP
Open Figma plugin folder for manual import
Quick Start (For Users) / 快速开始
1. Configure MCP / 配置 MCP
Claude Code:
Claude Desktop / Cursor / Gemini CLI:
Add to your MCP config file:
2. Install Figma Plugin / 安装 Figma 插件
Download
figma-pilot-plugin-vX.X.X.zipfrom GitHub ReleasesUnzip the file
In Figma Desktop: Plugins → Development → Import plugin from manifest...
Select
manifest.jsonfrom the unzipped folderRun the plugin: Plugins → Development → figma-pilot
3. Start Using / 开始使用
Ask your AI agent:
How It Works / 工作原理
The MCP server includes a built-in HTTP bridge. No separate server process needed.
Available MCP Tools / 可用工具
Tool | Description |
| Check connection status |
| Get current selection |
| Query element by ID or name |
| Create elements (frame, text, rectangle, etc.) |
| Modify element properties |
| Delete elements |
| Move elements into a container |
| List available components |
| Create component instance |
| Convert selection to component |
| Create component variants |
| Check and fix accessibility |
| Export as image |
Development / 开发
For contributors and local development:
Project Structure / 项目结构
Creating a Release / 发布版本
Troubleshooting / 故障排除
Plugin not connecting / 插件无法连接
Make sure the MCP server is running (check Claude Code or your AI client)
The plugin should show "Connected" status
Try closing and reopening the plugin in Figma
Port 38451 already in use / 端口被占用
For AI Agent Developers / AI 开发者
The SKILL.md file contains comprehensive documentation designed for AI agents, including:
Complete command reference with JSON schemas
Common patterns and workflows
Best practices for creating complex layouts
License
MIT