Skip to content

Figma Integration

The Figma node lets your agents read design files, extract design tokens, generate code from frames, and modify canvas content.

Requires a Figma Personal Access Token.

  1. Go to Figma → Account Settings → Personal Access Tokens
  2. Generate a new token — select the scopes your agent needs (file read, write, etc.)
  3. Paste it when connecting Figma in Spawnbase

Tools are discovered automatically when you connect.

CategoryWhat you can do
Read designsExtract frames, components, variables, and layout data
Write to canvasCreate and modify frames, components, variables, and auto layout
Generate codeSelect a Figma frame and convert it to code
Design contextPull variables, components, and spacing into structured data
Code ConnectMap Figma components to real codebase components
Server URLhttps://mcp.figma.com/mcp
TransportStreamable HTTP
DocsFigma MCP Server
  • File keys are in the Figma URL: figma.com/design/{fileKey}/... — your agent needs this to target specific files.
  • Design system audits — build agents that extract variables and flag inconsistencies across files.
  • Code generation works best when your Figma file uses auto layout and named components — messy files produce messy code.