figma

Installation
SKILL.md

Figma Skill

Master Figma automation and integration using the figma-desktop MCP server via mcporter. This skill enables programmatic access to Figma designs, code generation, screenshots, and Code Connect mappings.

[!CRITICAL] ⚠️ IMPORTANT - Parameter Passing:

Use function-call syntax (NOT flag syntax). Parameters go inside the function call, not as flags:

mise x node@20 -- mcporter call 'figma-desktop.get_design_context(nodeId: "123:456", clientLanguages: "typescript", clientFrameworks: "react")'

Key Rules:

  • Parameters are camelCase inside the function call
  • String values use double quotes: "value"
  • Boolean values use bare notation: true or false
  • Environment variables are interpolated outside quotes: "'$VAR'"
Related skills
Installs
51
GitHub Stars
52
First Seen
Jan 24, 2026