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 | |
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/sunhome243/figma-mcp-express'
If you have feedback or need assistance with the MCP directory API, please join our Discord server