🔧

palette

🔧MCP Server

Opti-kjh/palette

VibeIndex|
What it does

Figma 디자인을 기존 Design System 컴포넌트를 활용하여 React/Vue 코드로 변환하는 MCP(Model Context Protocol) 서버입니다. 'PALETTE'는 딜리셔스 웹프론트엔드 개발팀 전용 MCP입니다.

remotehosted

Installation

git cloneClone repository
git clone https://github.com/Opti-kjh/palette.git
YarnRun with Yarn
yarn build
npxRun with npx
npx @anthropic-ai/mcp-inspector ./dist/index.js
Server ConfigurationMCP server configuration block
{ "mcpServers": { "palette": { "type": "stdio", "command": "np...
📖 Extracted from Opti-kjh/palette README
1
AddedJan 26, 2026