Figma MCP
Figma MCP
Figma REST API MCP server. 2 tools list the top-level frames in a file and fetch one frame's rendered PNG plus its node JSON and image-fill map into a local output directory.
Install
Claude Code:
claude mcp add figma -e FIGMA_TOKEN=your-token -- npx -y @scalably-io/figma-mcpCodex:
codex mcp add figma --env FIGMA_TOKEN=your-token -- npx -y @scalably-io/figma-mcpClaude Desktop: download figma-mcp.mcpb from the latest GitHub release and open it.
Setup
Create a personal access token at figma.com under account settings, with
file_content:readscope.Find the file key in any Figma file URL: it is the segment after
/design/or/file/, for examplehttps://www.figma.com/design/AbC123xyz/My-filegivesAbC123xyz. Both tools take it asfile_key.If
FIGMA_TOKENis not set the server still starts and lists its tools; every call then fails withFIGMA_NOT_CONFIGUREDuntil the token is provided.fetch_frameis the only tool that writes files; it writesframe.png,node.json, andfills.jsoninto a directory below the configured output root (default./figma-output). The other tool is fully read-only.
Tools (2)
Tool | What it does |
| List and optionally filter all top-level FRAME nodes in a Figma file, with exact page/name/node-id data, dimensions, and file metadata |
| Fetch one Figma frame and transactionally write frame.png, node.json, and a normalized image-fill map into a directory below the output root |
Configuration
Variable | Required | Purpose |
| yes | Figma personal access token with |
| no | Override the Figma REST API base URL (default |
| no | Per-request timeout in milliseconds (default 60000) |
| no | Upper bound on a Figma JSON response, in bytes (default 104857600) |
| no | Upper bound on a downloaded frame PNG, in bytes (default 104857600) |
| no | Directory that every |
Reply shape
Every tool returns plain JSON with status (succeeded, partial, no_op), summary, target, result, proof, warnings, recovery. Failures throw a plain error string: <code>: <message> <hint>.
Limits
fetch_frame renders through Figma's image API, so very large frames or extreme scale values can exceed the configured JSON or frame byte limits; lower scale or split the frame if that happens. fills.json URLs are temporary and expire within 14 days.
Verify
Each release lists the package version, the .mcpb sha256 and the production commit it was derived from in CHANGELOG.md. CI runs the tests and a clean install of the packed tarball on every push.
Privacy Policy
This server runs locally, on your machine, under your own credentials. It collects no personal data, contains no telemetry, stores nothing persistently beyond the frame bundles you explicitly fetch, and talks only to the vendor API it wraps. No third party, including Scalably, receives your data. Contact: hello@scalably.io. Canonical copy: https://scalably.io/connector-privacy.html
License
MIT. Copyright Scalably.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/scalably-io/figma-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server