Skip to main content
Glama
ashrafulorangetoolz

AI Agents Talk to Figma MCP

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SOCKET_PORTNoPort for the WebSocket bridge server. Defaults to 3055. Change to run a second server; the MCP server must be pointed to it with --port.3055
FIGMA_MCP_CACHENoSet to 'off' to disable caching of repeated library reads (e.g., get_design_system, get_styles). Caching reduces round trips.on
FIGMA_MCP_PROFILENoTool profile to advertise to the model: 'core', 'standard', or 'full'. Controls the number of tools exposed and per-message token cost.standard
FIGMA_ACCESS_TOKENNoPersonal access token for the Figma REST API. Required only for the optional comment tools (reading and replying to comments). Not needed for core design tools.
FIGMA_MCP_SKILLS_DIRNoDirectory containing custom skill Markdown files. Overrides the default skills directory.~/.figma-mcp/skills
FIGMA_MCP_USAGE_FOOTERNoSet to 'off' to remove the token usage footer appended to tool results.on
FIGMA_MCP_SKILL_AUTOREPAIRNoSet to 'off' to disable automatic repair of tool names referenced in skills.on
FIGMA_MCP_MAX_RESPONSE_CHARSNoMaximum character length for tool responses (~6000 tokens). Adjust to avoid overflowing the context window.24000

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

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources