Figma’s MCP guide wires design files into your AI coding agent
Official guide for plugging Figma’s hosted MCP server into VS Code, Cursor, and Claude Code so AI agents can read—and sometimes write—your design files.

What it does
This repository is the official setup guide and best-practice manual for Figma’s hosted Model Context Protocol server. It contains client-specific configuration recipes for VS Code, Cursor, Claude Code, and Gemini CLI, plus prompting advice to help LLMs translate Figma frames into code. The actual server runs remotely at mcp.figma.com; this repo is documentation and glue, not the implementation.
The interesting bit
Figma is positioning itself as a structured data source for LLMs: get_design_context returns a React-and-Tailwind-flavored intermediate representation of any selected frame, while get_variable_defs exposes your design tokens. That said, the economics are stark—Starter-plan users get six tool calls per month, and the write-to-canvas feature (currently free in beta) is explicitly earmarked as a future usage-based paid service.
Key highlights
- Official client configs for VS Code (GitHub Copilot required), Cursor, Claude Code, and Gemini CLI
- Remote-only server; no self-hosted option
get_design_contextemits structured React + Tailwind as a translation layer- Write-to-canvas lets agents modify Figma files directly (beta, remote only, will become paid)
- Aggressive rate limiting: six calls per month on Starter/View/Collab seats; Dev/Full paid seats get per-minute Tier 1 REST API limits
Caveats
- This repository is documentation and configuration templates, not the MCP server source code
- Free and low-tier plans are essentially unusable for real workflows given the 6-call monthly cap
- Write access and some advanced features are beta-grade and carry explicit future pricing warnings
Verdict
Worth bookmarking if you’re on a paid Figma Dev or Full seat and actively using AI coding agents to ship UI. Skip it if you were hoping for an open-source, self-hosted bridge or if your Figma bill stops at the Starter tier.
Frequently asked
- What is figma/mcp-server-guide?
- Official guide for plugging Figma’s hosted MCP server into VS Code, Cursor, and Claude Code so AI agents can read—and sometimes write—your design files.
- Is mcp-server-guide open source?
- Yes — figma/mcp-server-guide is an open-source project tracked on heatdrop.
- What language is mcp-server-guide written in?
- figma/mcp-server-guide is primarily written in Python.
- How popular is mcp-server-guide?
- figma/mcp-server-guide has 1.8k stars on GitHub and is currently cooling off.
- Where can I find mcp-server-guide?
- figma/mcp-server-guide is on GitHub at https://github.com/figma/mcp-server-guide.