Figma MCP server for AI agents. 9 tools: design context, variables, screenshots, and FigJam.
Figma MCP server for AI agents. 9 tools: design context, variables, screenshots, and FigJam.
Is it safe?
No package registry to scan for CVEs.
No authentication — any process on your machine can connect to this server.
License not specified.
Last scanned 0 days ago.
Is it maintained?
Last commit 0 days ago. 1 GitHub stars.
Will it work with my client?
Transport: stdio, sse, http. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
How much context will it use?
9 tools. Estimated ~1,200 tokens of your context window (0.6% of 200K).
What if it doesn't work?
Common issues: JSON syntax errors in config, network or firewall blocking. covers troubleshooting.
{
"mcpServers": {
"Figma MCP AIR": {
"args": [
"-y",
"figma-context-mcp-air",
"--figma-api-key=YOUR-KEY",
"--stdio"
],
"command": "npx"
}
}
}No automated test available for this server. Check the GitHub README for setup instructions.
get_figma_dataFetches and simplifies Figma design data for a file or specific node. Returns layout (flexbox/grid), typography, colors, borders, effects, and component metadata in YAML or JSON.
get_design_contextAlias for get_figma_data matching the official Figma MCP tool naming. Fetches and simplifies Figma design data for a file or specific node.
download_figma_imagesDownloads PNG or SVG renders of Figma nodes to your local filesystem.
get_screenshotCaptures a Figma node as a 2x PNG and saves it to disk. Useful for visual validation.
get_metadataReturns a sparse XML representation of the node hierarchy (depth=2). Use this for quick layer discovery before fetching full design context.
get_variable_defsFetches all design tokens from a Figma file — variable collections (colors, spacing, typography) and published styles (effects, text styles, fill styles). Returns data with CSS custom property syntax.
whoamiReturns the authenticated user's Figma account information (name, email, plan tier). Useful for verifying your API key is working.
create_design_system_rulesGenerates a comprehensive markdown template for project-specific design system rules. Tailored to your language and framework combination.
get_figjamExtracts content from a FigJam board — sticky notes, connectors, shapes, sections — as XML with screenshot URLs.
Last scanned 2h ago
No known vulnerabilities.
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.