Skip to main content
Question

Figma MCP with Code Connect doesn't return the right framework in get_design_context

  • April 16, 2026
  • 0 replies
  • 13 views

JHu

I have Code Connect setup for both Web via React and Android via Jetpack Compose. Both show up correctly in the Figma app

e.g. for a Checkbox component:


This is the config file where I set my label. This is using the no-parser template.
 

{  "codeConnect": {    "parser": "react",    "include": ["/**/*.figma.js"],    "label": "android-compose",    "language": "kotlin"  }}



When I call get_design_context with the remote Figma MCP with a Figma link that uses a Checkbox in the Android repo, it still returns React+Tailwind instead of my Compose code.

According to the additional FAQ info here, it should work when I set clientFramework to android-compose but it is still not working