figma-comp-gen-bridge
v0.1.1
Published
Bridge server for Figma Component Generator plugin
Maintainers
Readme
figma-comp-gen-bridge
Bridge server for the Comp → Gen Figma plugin.
Quick Start
npx figma-comp-gen-bridgeOr install globally:
npm install -g figma-comp-gen-bridge
figma-comp-gen-bridgeWhat it does
This bridge server connects the Figma plugin to Claude Code and checks:
- Claude Code installation
- Figma MCP availability
- Design tokens (tokens.css)
- Storybook status
- Existing components
The server runs on http://localhost:9877.
Requirements
- Node.js 16+
- Claude Code CLI installed (
claudecommand available) - Figma MCP (
npx figma-developer-mcp)
Usage with Plugin
- Install the Comp → Gen plugin from Figma Community
- Run
npx figma-comp-gen-bridgein terminal - Configure your project settings in the plugin
- Select a component in Figma and generate!
License
MIT
