359 questions
1 vote
0 answers
28 views
Accuracy gap: Figma REST API → Svelte components vs. Figma Claude MCP output
I’ve built a script that parses Figma designs via the Figma REST API and automatically generates Svelte components. When I compare it on the same files, the Figma Claude MCP output is noticeably more ...
0 votes
1 answer
179 views
How to implement OAuth with Figma in fastMCP?
I'm building an MCP server using fastMCP, with Cursor as the MCP client. The server will fetch and process Figma design information. As we know, a Figma access token is required to make API ...
0 votes
0 answers
22 views
Icon instance swap shows asset reference instead of string for all icons except for the default
I'm using Figma Code Connect to map icon components to strings in my React component. I have an IconButton component that expects an iconName prop as a string. Only default icon (placeholderwireframe) ...
0 votes
3 answers
114 views
How can I make a Figma prototype scrollable inside an iframe in my React app?
I'm working on a UI/UX project where I want to embed a Figma prototype inside my React application using an iframe. The prototype loads fine, but it's not scrollable — it just cuts off the content. ...
1 vote
1 answer
1k views
VS Code Copilot Figma MCP tools disappearing on restart with 'Error loading 1 tool(s)' - how to get detailed error logs?
I'm experiencing an intermittent connection issue with Figma's MCP (Model Context Protocol) server in VS Code with GitHub Copilot. After following the official Figma documentation (https://help.figma....
2 votes
1 answer
2k views
Enable Dev Mode MCP Server is missing from Figma Desktop
I was just trying to get the figma mcp set up properly but recently the option to enable dev mode went completely missing from my figma desktop application. I'm not sure how. I did temporarily uncheck ...
1 vote
1 answer
110 views
Is there a reason my Figma Embed API responds with "Unauthorised"?
I am trying to integrate a Figma prototype into an angular app and I need to use the Figma Embed API to track specific data like paths followed and user clicks. I have followed the Oauth steps and set ...
0 votes
0 answers
54 views
Unresolved reference : 'Offset' when building with UI package from Relay plugin for Figma
I'm trying to build my app on Android Studio but I'm getting this error: Unresolved reference : 'Offset' This happens in my activity code generated by the Relay plugin to import figma ui interface. ...
0 votes
0 answers
60 views
How to reduce visible gradient transition lines in an SVG exported from Figma used as a background image?
I have this SVG that was exported from Figma that is being used as a background image for a hero section. I have had some complaints of the transition lines of the gradient being visible in the ...
0 votes
0 answers
102 views
Is there a straightforward alternative to the Qt Figma Bridge if you want to convert Figma components to QML?
So as I understand, to import .qtbridge files into Qt Design Studio, you need to have the Qt Design Studio Enterprise, which costs 2300€ a year. For a single developer that doesn't make any money ...
-1 votes
1 answer
297 views
How to import a component from published library and how to get component key
I'm working on a figma plugin where in I need to use the components which are in published library assets. I know I should be using figma.importComponentByKeyAsync() of figma plugin API, but I m not ...
0 votes
0 answers
170 views
Figma copy to clipboard
I am noticing more and more Figma libraries lately popping up. Think about: https://www.flowbase.co/, https://figmacomponents.com/ I’m currently figuring out how they do section X inside a copy to ...
0 votes
0 answers
33 views
Function call when dragged and dropped a frame node on a figma page
Working on figma plugin development, so I need to call a function ReorganizeFunc() when a frame node is moved from one position to another, only when dropped I want to call the function. But the below ...
2 votes
1 answer
100 views
Flutter Screen_utils to figma responsive problem
I am implementing a Figma design in Flutter using screen_utils to match the design exactly. The design dimensions are 430x932, but I’m encountering issues on smaller screens. I tried solving this with ...
0 votes
1 answer
78 views
After increasing the stroke-width attribute, the icon is cropped
I made a small simple icon in Figma, uploaded it as an svg and I needed to increase the stroke-width attribute. However, this caused the icon to become cropped. I've tried juggling the viewBox, width ...