We’re attempting to use Figma make with our internal design system and I’m running into several issues regarding context provided to Figma’s coding AI models:
Our design system has around 80 components that all need guidline files in the guidelines directory according to the Make documentation. I’ve created these files with AI connected to our internal MCP server. 80 or so files. To get these files into Make, I had to create them manually one-by-one and copy/paste the contents in for each make. Theoretically I could do this with a template Make file that everyone starts with, but this is cumbersome regardless.
Here is what I’m requesting:
- Ability to push guidelines to a figma make project without needing to copy the project.
- I have like 80 files representing different components that needed context. (generated from our MCP/Cursor)
- Ability to push our codex packages from our engineering MCPs so they can be consumed as context within figma make.
- Ability to connect Figma Make to a locally-running MCP server
