figmma
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_current_userA | See who you're authenticated as in Figma. The user profile is fetched automatically at startup, so this is a quick cached lookup. |
| parse_figma_urlA | Extract the file key, file name, and node ID from a Figma URL. Use this when a user provides a Figma link instead of a raw file key. |
| list_team_projectsA | List all projects in a Figma team. If no team_id is provided, uses the configured default. |
| list_project_filesA | List all files in a Figma project. Use list_team_projects first to find project IDs. |
| get_file_infoA | Get metadata about a Figma file (name, last modified, version) without downloading the full document. Accepts a file key or a Figma URL. |
| search_projectsA | Search for Figma files by name across all projects in a team. If no team_id is provided, uses the configured default. |
| get_file_commentsA | Retrieve all comments on a Figma file. Shows who commented, when, the message content, and whether the comment is resolved. Accepts a file key or a Figma URL. |
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/stuffbucket/figmma'
If you have feedback or need assistance with the MCP directory API, please join our Discord server