figma-mcp-express
by sunhome243
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| FIGMA_TOKEN | No | Personal access token for Figma REST API, required only for fetch_library_catalog. | |
| FIGMA_MCP_TIMEOUT | No | Inactivity ceiling in seconds for lightweight ops. | 120 |
| FIGMA_MCP_SPILL_BYTES | No | Response size threshold in bytes; larger responses spill to disk. | 25000 |
| FIGMA_MCP_READ_TIMEOUT | No | Inactivity ceiling in seconds for heavy reads and batch operations. | 600 |
| FIGMA_MCP_TOOL_PROFILE | No | Tool surface profile: 'core' (compact) or 'full' (legacy). | core |
| FIGMA_MCP_BATCH_MAX_OPS | No | Maximum top-level batch.ops entries accepted before plugin execution. | 200 |
| FIGMA_MCP_BATCH_MAX_BYTES | No | Maximum encoded batch.ops payload size in bytes before plugin execution. | 2097152 |
| FIGMA_MCP_STALL_THRESHOLD | No | Seconds an op may hold a channel's serial slot with no progress before fast-rejection. | 45 |
| FIGMA_MCP_TOOL_SCHEMA_MODE | No | Schema mode: 'compact' trims descriptions, 'verbose' for full guidance. | compact |
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
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |