figma-lens
by khanglvm
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| FIGMA_TOKEN | No | Personal access token sent as X-Figma-Token | |
| FIGMA_MAX_RETRIES | No | Transient/network retries; defaults to 2 | 2 |
| FIGMA_ACCESS_TOKEN | No | Supported alias for FIGMA_TOKEN | |
| FIGMA_API_BASE_URL | No | Test/development override | |
| FIGMA_LENS_ENV_FILE | No | Optional path to an env file containing the token | |
| FIGMA_LENS_CACHE_DIR | No | Cache root; defaults to .figma-lens | .figma-lens |
| FIGMA_LENS_MCP_TOKEN | No | Separate inbound bearer secret required for non-loopback MCP HTTP | |
| FIGMA_LENS_CONFIG_DIR | No | Override OS config/credential directory | |
| FIGMA_MAX_RESPONSE_BYTES | No | Content-length safety limit; defaults to 128 MiB | 134217728 |
| FIGMA_MAX_RETRY_AFTER_MS | No | Largest 429 wait retried automatically; defaults to 5000 | 5000 |
| FIGMA_REQUEST_TIMEOUT_MS | No | Per-request timeout; defaults to 30000 | 30000 |
| FIGMA_LENS_ALLOWED_ORIGINS | No | Comma-separated browser origins allowed on non-loopback MCP HTTP |
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/khanglvm/figma-lens'
If you have feedback or need assistance with the MCP directory API, please join our Discord server