Edward

Edward’s Guidebook

Figma MCP & Claude Code Setup

Created by @ux.edward·instagram.com/ux.edward

Install Figma MCP into Claude Code and Claude Desktop

Step by Step Setup

  1. Step 1

    Claude & Figma plans

    Make sure you have Pro plans for Claude & Figma.

    • Claude Pro or Max
    • Figma Professional Plan (or higher)
  2. Step 2

    Install Claude Code via Terminal

    Run this command in your terminal:

    curl -fsSL https://claude.ai/install.sh | bash
    Terminal showing Claude Code installed with the install script
  3. Step 3

    Start Claude Code

    To start Claude Code, run this command:

    claude
    Terminal with the claude command to start Claude Code
  4. Step 4

    Add Figma MCP

    Run this command to add Figma MCP

    claude mcp add --transport http figma-desktop http://127.0.0.1:3845/mcp
    Claude Code terminal adding the local Figma desktop MCP server
  5. Step 5

    Make Figma MCP available to all projects

    Run this command to make Figma MCP available to all projects in Figma

    claude mcp add --scope user --transport http figma https://mcp.figma.com/mcp
    Claude Code terminal adding the Figma remote MCP server
  6. Step 6

    Authenticate Access

    Authentication process will happen either directly or after you restart the terminal & Claude Code

    Figma authorization screen for Figma MCP in Claude Code
  7. Step 7

    Confirm Terminal Install

    Installed!

    Restart Claude Code (if needed)

    Claude Code terminal after Figma MCP has been installed
  8. Step 8

    Check MCP List

    Run this command after running Claude Code

    /mcp
    Claude Code terminal running /mcp to list connected servers
  9. Step 9

    Confirm Figma MCP Connected

    You will see “figma” MCP connected

    Claude Code terminal showing the figma MCP server connected
  10. Step 10

    Download Claude Desktop

    Download Claude Desktop

    https://claude.com/download

    Claude download page for macOS, Windows, and mobile
  11. Step 11

    Open Claude Code in Desktop

    You can open Claude Code on the top right

    Claude Desktop with Claude Code available in the top right
  12. Step 12

    Open Dev Mode in Figma

    Go to the top right of Figma, and click on Dev Mode.

    Figma toolbar with Dev Mode highlighted
  13. Step 13

    Open the MCP panel

    Click + in the MCP panel.

    Figma MCP panel with the add control highlighted
  14. Step 14

    Install in Claude Desktop

    Click + Install in Claude Desktop.

    Add Figma to Claude Desktop with Install in Claude Desktop highlighted
  15. Step 15

    Install the Figma plugin

    Click Install.

    Claude Desktop Directory with the Figma plugin Install button highlighted
  16. Step 16

    Confirm Desktop Connect

    Figma MCP is now connected!

    Claude Desktop showing the Figma plugin installed and connected

Created by @ux.edward