figma-mcp-go

Perform CRUD operations on Figma designs via an MCP server plugin bridge.

7|2|Updated May 16, 2026
One-click install
npx skills add https://github.com/Aradotso/mcp-skills --skill figma-mcp-go
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: figma-mcp-go
Source: https://github.com/Aradotso/mcp-skills/tree/main/skills/figma-mcp-go
Command: npx skills add https://github.com/Aradotso/mcp-skills --skill figma-mcp-go

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually updating Figma files is slow and constrained by rate limits when using REST APIs, making it difficult for AI editors to reliably read design context and apply large sets of changes.

Core Features & Use Cases

  • No API token and fewer limits: Uses a Figma plugin bridge to bypass REST API constraints, enabling automation without token management.
  • Full design CRUD via MCP: Supports creating and modifying frames, components, text nodes, styles, variables, and prototypes—both reading and writing back to Figma.
  • Exports for downstream work: Generates screenshots, PDFs, and exports design tokens to JSON/CSS so changes can flow into engineering workflows.
  • Use case: You can programmatically update a marketing page by finding specific text strings, resizing layout sections, applying variables/styles across instances, and exporting screenshots/tokens for implementation.

Quick Start

Ask your AI editor to “Set up figma-mcp-go and create a ‘Hero Section’ frame, add a bold headline text node, then export a screenshot of the frame.”

Frequently Asked Questions about figma-mcp-go

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

FAQPage Schema
How do I automate Figma edits without hitting REST API rate limits?

You can automate Figma edits without REST API rate limits by using a Figma plugin bridge through an MCP server, which bypasses token constraints and enables safe read/write operations directly on design files.

Can I use AI to read and write back to Figma design files?

Yes, AI editors can read and write back to Figma design files using MCP tools connected via a plugin bridge, supporting full CRUD actions on frames, components, text nodes, styles, variables, and prototypes.

What do I need to set up before automating Figma design workflows?

You need the Figma plugin installed and kept active in your workspace before using MCP tools to perform automated read/write actions safely on your design files without requiring a REST API token.

Does Figma design automation support exporting design tokens to CSS?

Figma design automation supports exporting design tokens to JSON and CSS formats, alongside generating screenshots and PDFs, allowing changes to flow directly into downstream engineering workflows.

What is the best way to programmatically update text and variables across Figma components?

The best way to programmatically update text and variables across Figma components is through MCP server automation, which finds specific text strings and applies variables and styles across instances directly via the plugin bridge.

Why should I use a plugin bridge instead of the Figma REST API for design automation?

You should use a plugin bridge instead of the Figma REST API to avoid token management and rate limits, allowing AI editors to reliably read design context and apply large sets of automated changes smoothly.