Figma MCP Server

Figma MCP Server

Featured Developer Tools
designfigmadesign-to-codefrontend

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.

Any MCP-compatible agent

Most agents (Claude, Cursor, Windsurf, VS Code, and more) read a standard mcpServers configuration.

  1. Open your agent's MCP configuration file.
  2. Merge the snippet below into it.
  3. Restart the agent — the "Figma MCP Server" tools will be available.
{
  "mcpServers": {
    "figma-mcp-server": {
      "command": "claude",
      "args": [
        "mcp",
        "add",
        "--transport",
        "http",
        "figma-desktop",
        "http://127.0.0.1:3845/mcp"
      ]
    }
  }
}

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

Browse all MCP servers →