You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all thanks for the great work on the Figma MCP Server! It’s been incredibly helpful for me with Cursor, especially for one-shotting designs with Figma data.
I’ve noticed that the simplified response doesn’t include Figma variables, even though the raw response shows boundVariables with variable IDs. I’d love to get variable references in the output. Could you guide me on what’s needed to include these?
I'd love to support this, but unfortunately the API to retrieve variables is only available to Figma enterprise plan subscribers—i.e. not me, and probably not too many users.
I am looking into alternative methods for grabbing (or more likely, generating) style tokens though.
Thanks for the update and the insight, GLips! I appreciate you looking into this and considering alternative methods for handling style tokens. Looking forward to any further developments! 😊👍
First of all thanks for the great work on the Figma MCP Server! It’s been incredibly helpful for me with Cursor, especially for one-shotting designs with Figma data.
I’ve noticed that the simplified response doesn’t include Figma variables, even though the raw response shows
boundVariables
with variable IDs. I’d love to get variable references in the output. Could you guide me on what’s needed to include these?Figma Styles:
color: var(--text-text-primary, #FFF);
font-family: var(--font-font-family-title, Futura);
font-size: var(--font-font-size-3xl, 40px);
font-style: normal;
font-weight: 500;
line-height: 120%; /* 48px */
What We Get
The text was updated successfully, but these errors were encountered: