// Skill profile
Figma Context MCP bridges design and code by providing Figma layout, style, and component information directly to AI coding agents. When connected to Cursor, Claude Code, or any MCP client, your AI can see Figma designs and generate pixel-perfect implementations.
Figma Context MCP solves one of the biggest pain points in AI-assisted frontend development: getting the AI to actually match your designs. Instead of describing layouts in words, this MCP server gives your AI coding agent direct access to Figma’s layout tree, styles, spacing, colors, and typography.
{
"mcpServers": {
"figma": {
"command": "npx",
"args": ["-y", "figma-context-mcp"],
"env": { "FIGMA_API_TOKEN": "your-figma-token" }
}
}
}
User: "Implement this Figma design: https://figma.com/file/abc123"
Agent → Figma MCP:
- get_figma_data(fileKey: "abc123", nodeId: "42:1337")
- Returns: layout tree with flex, 16px gap, #1a1a2e bg, Inter font
Agent generates pixel-perfect implementation matching the design.
AI agents that work well with Figma Context MCP.
Agent skill that removes signs of AI-generated writing from text — rewrites agent output so it reads like a person wrote it, matching voice and preserving facts.
39 editorial diagram types for Claude Code, Codex, and Pi — self-contained HTML and SVG output with no shadows, no Mermaid slop, and brand-customizable styling.
Anti-AI-slop design skill — 57 slop-test gates, 20 themes, and a self-critique layer that force Claude Code, Cursor, and Codex to generate UI that looks intentionally designed, not template-stamped.