Figma MCP Server
Summary
Official Figma server that gives AI coding agents direct access to Figma design files for design-to-code work.
Features
- Reads layout, styles, and components from open Figma files
- Design-to-code translation for frontend implementation
- Local desktop server over HTTP (Dev Mode required)
- Remote server option with broader feature support
- Works with Claude Code, Cursor, and VS Code
Installation
Set up this MCP server in your favorite AI agent — copy a ready-made configuration below.
Description
The official Figma MCP server connects design files opened in the Figma desktop app (with Dev Mode enabled) to MCP-compatible coding agents such as Claude Code, Cursor, and VS Code. It lets agents read layout, styles, components, and design tokens directly from a selected frame or file and translate them into code, reducing guesswork when implementing UI from a design. A local version ships with the Figma desktop app over an HTTP endpoint; a remote, broader-feature version is also available.
Related MCP Servers
Context7
by Upstash
Pulls up-to-date, version-specific documentation and code examples for libraries straight into your prompt.
Playwright
by Microsoft
Browser automation for agents — navigate, click, type, and read pages using Playwright's accessibility tree, no screenshots required.
GitHub
by GitHub
GitHub's official MCP server — manage issues, pull requests, repositories, code search, and Actions from your agent.
Everything
by Model Context Protocol
A reference/test server that exercises every MCP feature — prompts, resources, tools, and sampling — for building and debugging clients.