NativeAIHub

Export: Figma, Code, React Apps, and MCP

All users1 min read
Figma ExportHTML/CSS + TailwindReact AppMCP/SDK
Output formatFigma frames with Auto LayoutSemantic HTML, CSS, TailwindFunctional React applicationProgrammatic API access
Requires pluginNo (clipboard paste)MCP client setup
Code outputDesign onlyStatic frontend codeWorking React componentsDesign data + generation API
Best forDesign teams in FigmaDevelopers building from mockupsRapid app prototypingAI-assisted dev pipelines

Using the MCP server and SDK

The Stitch MCP server supports tools including create_project, list_projects, list_screens, get_project, get_screen, and generate_screen_from_text. Authentication works via API keys or OAuth. The SDK at github.com/google-labs-code/stitch-sdk provides programmatic access, and Skills at github.com/google-labs-code/stitch-skills offer reusable design capabilities. Setup details are at stitch.withgoogle.com/docs/mcp/setup.