Skip to main content
Glama
stuffbucket

figmma

by stuffbucket

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

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

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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