Back to Agent Skills
Frontend & Design Featured
Figma MCP Server
Bridge the gap between design and code by connecting Figma to your AI agent via MCP, enabling accurate design-to-code translation.
Claude Code Cursor
Overview
The Figma MCP Server connects your design files directly to your AI coding agent through the Model Context Protocol. This means your agent can read Figma designs, extract component specifications, colors, spacing, typography, and layout details, and translate them into production code with pixel-perfect accuracy.
Instead of manually inspecting Figma designs and translating them to CSS, your AI agent reads the design system directly. It can extract design tokens, understand component hierarchies, and generate code that matches the design spec. This eliminates the traditional back-and-forth between designers and developers.
The integration supports reading frames, components, styles, and even auto-layout properties. Your agent can generate React components, Tailwind CSS classes, or vanilla CSS that accurately reflects the Figma design, complete with responsive breakpoints and design token references.
Instead of manually inspecting Figma designs and translating them to CSS, your AI agent reads the design system directly. It can extract design tokens, understand component hierarchies, and generate code that matches the design spec. This eliminates the traditional back-and-forth between designers and developers.
The integration supports reading frames, components, styles, and even auto-layout properties. Your agent can generate React components, Tailwind CSS classes, or vanilla CSS that accurately reflects the Figma design, complete with responsive breakpoints and design token references.
Who Is This For?
- Frontend developers translating Figma designs to production code automatically
- Design system teams keeping code and Figma components in sync
- Developers extracting design tokens and variables from Figma files
- Teams accelerating the design-to-development handoff process
Installation
Setup for Claude Code
Add to .claude/settings.json:
{"mcpServers":{"figma":{"command":"npx","args":["-y","figma-mcp"],"env":{"FIGMA_API_KEY":"your-figma-api-key"}}}} Configuration
FIGMA_API_KEY=figd_xxxxxxxxxxxxxxxxxxxxxxxx
# Get your API key from: Figma > Settings > Personal Access Tokens Related Skills
Frontend & Design
Storybook Component Docs
Build, document, and visually test UI components in isolation using Storybook. AI agents can generate stories and catch visual regressions.
Claude Code Copilot Cursor
Frontend & Design Tailwind CSS IntelliSense
Get intelligent Tailwind class suggestions, autocompletions, and linting as you style components in your editor.
Copilot Cursor Windsurf
Frontend & Design Accessibility Audit (axe-core)
Run automated accessibility audits against WCAG standards using axe-core. AI agents can detect violations and generate compliant fixes.
Claude Code Codex Copilot