← Explore all mcp servers

DESIGN COLLABORATION / Figma

Figma Remote MCP

Brings Figma design context into an assistant and supports creating or editing native Figma and FigJam content in supported clients.

“Enabling the remote MCP server”

01 / THE REASONING

Why this made the selection.

  • Connects design variables, components and layout context with implementation workflows.
  • Current documentation explicitly covers native canvas edits, avoiding an outdated read-only description.

02 / THE REVIEW RECORD

What we actually inspected.

Source review has boundaries.
A clear record is more useful than a “safe” badge.

Material inspected

  • https://developers.figma.com/docs/figma-mcp-server/remote-server-installation/ (setup, access and capability sections)
  • https://developers.figma.com/docs/figma-mcp-server/rate-limits-access/ (setup, access and capability sections)
  • https://developers.figma.com/docs/figma-mcp-server/ (setup, access and capability sections)
  • Official MCP Registry publisher entry: endpoint matched against official setup documentation

Our findings

  • The remote setup uses Figma OAuth and does not require the desktop application.
  • Users retain their existing file view/edit permissions; tools can create and change Figma/ FigJam content.

Not established by this review

  • Authentication, service availability and tool execution were not tested.
  • The hosted implementation source and licence were not established.

The review applies to the material and revision named here. A newer upstream release can change its behavior.

03 / PUT IT TO WORK

Connect a server deliberately.

Upstream setup instructions ↗
  1. Use a listed client and add https://mcp.figma.com/mcp, then complete OAuth.
  2. Confirm the Figma account, seat and target file permissions before requesting edits.

Before you start

  • An eligible Figma account/seat, file access and a supported MCP client.

Documented configuration example

Use the client and authentication context described in the setup guidance. Configuration formats vary between hosts.

{
  "inputs": [],
  "servers": {
    "figma": {
      "url": "https://mcp.figma.com/mcp",
      "type": "http"
    }
  }
}

04 / FOLLOW THE EVIDENCE

The source trail.

Our notes are separate from the original resource.
Check upstream before adopting a new version.

  1. https://developers.figma.com/docs/figma-mcp-server/remote-server-installation/

    Supports: summary, whySelected, bestFor, limitations, review, compatibility, install, access, transports, configExample

  2. https://developers.figma.com/docs/figma-mcp-server/rate-limits-access/

    Supports: summary, whySelected, bestFor, limitations, review, compatibility, install, access, transports, configExample

  3. https://developers.figma.com/docs/figma-mcp-server/

    Supports: summary, whySelected, bestFor, limitations, review, compatibility, install, access, transports, configExample

  4. https://registry.modelcontextprotocol.io/v0.1/servers?search=figma&version=latest&limit=100

    Supports: transports