mcp-figma

Automate Figma design-to-code workflows via MCP tools and Code Connect callbacks.

Updated Mar 17, 2026
One-click install
npx skills add https://github.com/shahmirerror/gsdcp-mobile --skill mcp-figma-shahmirerror
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mcp-figma
Source: https://github.com/shahmirerror/gsdcp-mobile/tree/main/.local/mcp_skills/figma
Command: npx skills add https://github.com/shahmirerror/gsdcp-mobile --skill mcp-figma-shahmirerror

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The MCP figma skill provides programmatic access to a suite of Figma-to-code tools via Code Connect callbacks, enabling automated design-to-code workflows from your codebase. It streamlines design context retrieval, metadata extraction, diagram generation, and asset management through a single, reusable skill.

Core Features & Use Cases

  • Access and invoke MCP tools such as mcpFigma_getDesignContext, mcpFigma_getMetadata, mcpFigma_getScreenshot, mcpFigma_generateDiagram, and mcpFigma_getFigjam to automate design-to-code tasks.
  • Retrieve design context, screenshots, and metadata for design nodes to accelerate implementation and review.
  • Generate diagrams for FigJam workflows and map Figma nodes to code components using Code Connect mappings.

Quick Start

Call getDesignContext for the target node and review the returned code, assets, and screenshot to drive implementation.

Frequently Asked Questions about mcp-figma

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Figma design-to-code workflows from my codebase?

You can automate Figma design-to-code workflows by invoking MCP tools to retrieve design context, metadata, and screenshots, enabling direct mapping of Figma nodes to code components via Code Connect callbacks.

Can I extract design metadata and screenshots for specific Figma nodes programmatically?

Yes, you can extract design metadata and screenshots for specific Figma nodes programmatically by calling the respective MCP functions to pull node-specific assets and contextual data for implementation.

What is the best way to map Figma design nodes to code components?

The best way to map Figma design nodes to code components is using Code Connect mappings, which bridge the design context and codebase to streamline the implementation of design elements.

Do I need a specific environment setup to retrieve Figma design context using MCP?

Retrieving Figma design context using MCP requires a valid SKILL.md frontmatter with name and description, alongside optional resource directories to support the code-connect functions in your project.

Can I generate diagrams from FigJam workflows programmatically?

Yes, you can generate diagrams from FigJam workflows programmatically by invoking the dedicated MCP diagram generation tool to automate visual mapping and workflow processing.

Why use MCP callbacks for Figma asset management instead of manual export?

Using MCP callbacks for Figma asset management automates context retrieval and metadata extraction, eliminating manual export steps and directly integrating design assets into your codebase.