Connect Figma Make
Figma Make can connect to Cozy Registry through a custom MCP connector.
Requirements
- A deployed Cozy Registry instance over HTTPS
- A paid Figma plan with Make access
Connector Setup
- Open Add context
- Open Connectors
- Create a custom MCP connector
- Set the MCP server URL to:
https://<your-domain>/api/mcpAuthentication
Recommended: OAuth 2.0
- Authentication:
OAuth 2.0 - Client ID:
cozy-figma-make
After clicking Connect, Figma Make should redirect to Cozy Registry for sign-in and authorization.
Alternative: Custom request headers
If needed, you can use:
Authorization: Bearer <token>Recommended Tool Flow in Figma Make
Use these tools in order:
get_component_bundleplan_component_installget_project_registry_statuswhen project state is availableplan_component_upgradebefore upgrades
Use install_component_bundle only when the environment has a real writable project root.
Important Limitation
Figma Make does not always have a usable local filesystem context.
If the AI passes projectRoot: "/", it means the environment does not actually have access to the target project.
In that case, stay on the plan_* workflow and let a local tool execute the install later.
Last updated on