Figma Context MCP

Give your coding agent access to your Figma data. Implement designs in any framework in one-shot. It runs locally over stdio via the published package.

People connecting design tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-07 · ★ 15,705 · #1 OF 74 MAINTAINED DESIGN · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Figma Context MCP

Claude Code

claude mcp add glips-figma-context-mcp -- npx -y figma-developer-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "glips-figma-context-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "figma-developer-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package figma-developer-mcp - unscoped; check the name against the project README before installing

registry namespace io.github.GLips is GitHub-verified and matches the repo owner

03 · What Figma Context MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.13.2 · 2026-06-18

What's New in v0.13.2 · Gradients with reduced opacity render at the right strength · Previously, gradient fills ignored layer opacity, only looking at paint/stop-level opacity. Agents could generate gradient overlays…

v0.13.1 · 2026-06-18

What's New in v0.13.1 · A quick follow-up to v0.13.0's payload diet. · No more irrelevant, duplicate, or misleading titles · Figma auto-names a text layer after its content, so a layer that reads "Add to cart" is named…

v0.13.0 · 2026-06-18

What's New in v0.13.0 · v0.13.0 is focused on design output quality: new support for Figma grid layouts, a batch of rendering bug fixes, and - perhaps most importantly - a new default output format that cuts token…

04 · Who maintains Figma Context MCP

Figma-Context-MCP is maintained by glips. It's the only MCP server we track from this author; the repo dates to Feb 2025.

05 · Facts

category
design - ranked #1 of 74 actively-maintained design servers as of 2026-08-25.
release cadence
4 releases in the last 90 days (latest 2026-06-18)
registry
io.github.GLips/Figma-Context-MCP (active, first published 2025-09-09 · 15 versions)
packages
npm:figma-developer-mcp

06 · Figma Context MCP FAQ

What is Figma Context MCP?

Give your coding agent access to your Figma data. Implement designs in any framework in one-shot. It runs locally over stdio via the published package.

Is Figma Context MCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-07 and it shipped 4 releases in the last 90 days. We re-verify nightly.

How do I install Figma Context MCP?

Run `npx -y figma-developer-mcp`. You can also paste the ready-made client config above.

Does Figma Context MCP run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Figma Context MCP

head to head · Photoshop MCP vs Figma Context MCP