Figma for your agents.
Connect Figma once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 13 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Figma.
What agents can do with Figma
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
figma_meGet the authenticated user's profile.
figma_get_fileGet the file JSON (all pages and nodes) by file key. `file_key` is the key from the file URL.
figma_get_file_componentsGet components and component sets in a file.
figma_get_file_stylesGet styles in a file.
figma_get_file_imagesGet image URLs for all nodes in a file. Useful for exporting frames as PNG.
figma_get_file_nodesGet the JSON representation of specific nodes within a file by their ids.
figma_get_image_fillsGet download URLs for all image fills in a file (useful for rendering backgrounds).
figma_get_team_projectsGet all projects for a given team.
figma_get_project_filesGet all files in a given project.
figma_get_versionsGet the version history of a file.
figma_get_commentsGet comments on a file.
figma_post_commentAdd a comment to a file. `message` is the comment text.
figma_get_team_stylesGet all styles in a team library.
Connect it in a minute
The connect flow is agent-driven: Even opens the key page in its own browser and collects the key through a secure native field. It never passes through the chat.
- Paste the prompt below into any agent running inside Even, or click Connect in Even's catalog.
- Go to Figma > Settings > Personal Access Tokens.
- Click 'Generate new token', name it (e.g. even-connect).
- Copy the token; it is shown once.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Figma to Even: call connect_begin("figma") on the even-connect MCP and walk me through it.
Fetch Figma file JSON structure, extract all components and styles, and retrieve image URLs for design assets.
More Even Connect services
One MCP server, a handful of meta-tools, every service below. Agents search for the right tool at run time, so context stays lean.