Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
FIGMA_TOKENYesFigma personal access token with file_content:read
FIGMA_OUTPUT_ROOTNoDirectory that every fetch_frame output directory must stay below./figma-output
FIGMA_API_BASE_URLNoOverride the Figma REST API base URLhttps://api.figma.com/v1
FIGMA_MAX_JSON_BYTESNoUpper bound on a Figma JSON response, in bytes104857600
FIGMA_MAX_FRAME_BYTESNoUpper bound on a downloaded frame PNG, in bytes104857600
FIGMA_REQUEST_TIMEOUT_MSNoPer-request timeout in milliseconds60000

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}
logging
{}
completions
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_framesA

List and optionally filter all top-level FRAME nodes in a Figma file. Returns exact page/name/node-id data, nullable dimensions, current file metadata, completeness, request ID, and rate-limit proof. Requires file_content:read.

fetch_frameC

Read one Figma frame and transactionally write frame.png, node.json, and a normalized imageRef-to-URL fills.json map under the output directory. Returns upstream request proof plus local size, SHA-256, PNG structure/dimensions, and JSON read-back proof. Existing unrelated files are preserved.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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