Figma Pilot is an MCP that enables AI agents to control Figma through code execution. It benefits operations teams by automating design tasks, integrating with Claude agents, and connecting to Figma's API for efficient workflow management.
git clone https://github.com/youware-labs/figma-pilot.gitFigma Pilot is an MCP that enables AI agents to control Figma through code execution. It benefits operations teams by automating design tasks, integrating with Claude agents, and connecting to Figma's API for efficient workflow management.
No install command available. Check the GitHub repository for manual installation instructions.
git clone https://github.com/youware-labs/figma-pilotCopy the install command above and run it in your terminal.
Launch Claude Code, Cursor, or your preferred AI coding agent.
Use the prompt template or examples below to test the skill.
Adapt the skill to your specific use case and workflow.
I want to automate a design task in Figma using Figma Pilot. Here's what I need: [TASK]. I want to [ACTION] with [SPECIFIC DETAILS]. Can you generate the code to execute this task in Figma?
```javascript
// Figma Pilot Automation Script
// Task: Create a new frame and add text elements
// Action: Generate a social media post template
// Create a new frame
const frame = figma.createFrame();
frame.x = 0;
frame.y = 0;
frame.resize(300, 600);
// Add text elements
const title = figma.createText();
title.x = 20;
title.y = 20;
title.characters = 'Social Media Post';
title.fontSize = 24;
title.textAlignHorizontal = 'LEFT';
title.textAlignVertical = 'TOP';
// Add a subtitle
const subtitle = figma.createText();
subtitle.x = 20;
subtitle.y = 60;
subtitle.characters = 'Share your thoughts and ideas';
subtitle.fontSize = 16;
subtitle.textAlignHorizontal = 'LEFT';
title.textAlignVertical = 'TOP';
// Add a call-to-action button
const button = figma.createRectangle();
button.x = 20;
button.y = 100;
button.resize(260, 50);
button.fills = [{type: 'SOLID', color: {r: 0.18, g: 0.65, b: 0.96}}];
const buttonText = figma.createText();
buttonText.x = 20;
buttonText.y = 110;
buttonText.characters = 'Click Here';
buttonText.fontSize = 16;
buttonText.textAlignHorizontal = 'CENTER';
title.textAlignVertical = 'TOP';
// Output the result
figma.closePlugin();
```Collaborative interface design tool with AI features
Freelance Presentation Designer for the Fortune 500
IronCalc is a spreadsheet engine and ecosystem
Customer feedback management made simple
Enterprise workflow automation and service management platform
Automate your spreadsheet tasks with AI power