Figma Pilot
Freeby MCP Community
MCP server for AI agents to create and modify Figma designs via natural language
v0.1.9Added Apr 12, 2026
mcpfigmaaidesignmodel-context-protocol
Figma Pilot MCP Server
MCP server for AI agents to create and modify Figma designs via natural language
Installation
npx -y @youware-labs/figma-pilot-mcp
Reviews
Installation
Quick install
npx -y @youware-labs/figma-pilot-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"figma-pilot": {
"command": "npx",
"args": ["-y", "@youware-labs/figma-pilot-mcp"]
}
}
}