integrations/figma-mcp
Figma Context MCP mcp
Read a Figma file's layout and styles as structured data, so generated UI matches the design.
Third-party software. Forgeprint hosts none of this code: it is an installation recipe for a project somebody else publishes and maintains. Review the permissions below before installing.
Upstream
| Project | GLips/Figma-Context-MCP |
|---|---|
| Pinned at | 0.13.2 |
| Verified on | 2026-09-23 |
What it can reach
Reads the Figma files the access token can reach, through Figma's API.
It needs FIGMA_API_KEY. Create it at the upstream with the narrowest scope that works and put it in your environment — an agent never enters a secret for you.
Install
claude-code
claude mcp add-json figma '{"command":"npx","args":["-y","figma-developer-mcp@0.13.2","--stdio"],"env":{"FIGMA_API_KEY":"$FIGMA_API_KEY"}}'
codex
codex mcp add figma --env FIGMA_API_KEY=$FIGMA_API_KEY -- npx -y figma-developer-mcp@0.13.2 --stdio
gemini-cli
gemini mcp add figma -e FIGMA_API_KEY=$FIGMA_API_KEY npx -y figma-developer-mcp@0.13.2 --stdio
Only agents whose command syntax has been verified are listed. A missing agent is one nobody has confirmed, not one that does not work.