MCP server

Figma

MCP

Frames, tokens, and comments — from the file, not a screenshot.

Figma’s official MCP. Desktop or remote. The agent reads the node you have selected.

latest·Proprietary·Updated this month·Transport: http

Claude CodeCursorDesktop
ScannedActive

Paste the local URL into Claude’s MCP settings

Figma → Dev Mode → Enable MCP server

By Figma

Spec

What the server actually exposes.

  • get_file

    read

    File structure and names.

  • get_selection

    read

    The current selection.

  • get_tokens

    read

    Variables in use.

Guardrails

  • File you have open
  • No org-wide crawl
  • Writes stay in Figma comments if enabled

figma-mcp.mcp/tools

Tools

  • get_file

    File structure and names.

    read
  • get_selection

    The current selection.

    read
  • get_tokens

    Variables in use.

    read

Last call

{ "ok": true,
  "tool": "get_file",
  "rows": 12 }

Other servers worth installing

Discussion

No notes yet. Be the first hunter to report back.