ds-pilot
ds-pilot
디자인 시스템(컴포넌트 + 토큰)을 AI 에이전트에 노출하는 MCP 서버입니다. 에이전트가 중복 컴포넌트를 생성하거나 토큰으로 관리해야 할 값을 하드코딩하는 것을 방지합니다.
설치
npx @lyse-labs/ds-pilot init이 작업은 다음을 수행합니다:
컴포넌트 디렉토리 및 토큰 파일 감지
.mcp.json에 MCP 서버 구성CLAUDE.md에 디자인 시스템 지침 추가
Related MCP server: BrixUI MCP Server
사용법
MCP 서버 (AI 에이전트용)
npx @lyse-labs/ds-pilot serve --components ./src/components --tokens ./tokens.json구성이 완료되면 AI 에이전트는 다음을 수행할 수 있습니다:
search_components("button")— 기존 컴포넌트 찾기get_component_props("Button")— props, 타입, 기본값 확인list_tokens("color")— 모든 색상 토큰 나열get_token("color.primary")— 특정 토큰 값 가져오기
CLI (사용자용)
# List all components
npx @lyse-labs/ds-pilot list components --dir ./src/components
# List tokens filtered by type
npx @lyse-labs/ds-pilot list tokens --file ./tokens.json --type color
# Search components
npx @lyse-labs/ds-pilot search button --dir ./src/components
# Show component props
npx @lyse-labs/ds-pilot props Button --dir ./src/components지원 형식
컴포넌트
React (
.tsx,.ts,.jsx,.js)Vue / Nuxt (
.vuewith<script setup lang="ts">)타입, 기본값 및 구조화된 변형(variants)이 포함된 Props
Named 및 Default exports
토큰
DTCG JSON (W3C 표준)
일반 중첩 JSON (Figma 내보내기)
CSS 사용자 정의 속성(Custom Properties)
별칭(Alias) 해석 및 그룹 메타데이터
작동 원리
스캐너가 코드베이스를 읽고 컴포넌트 이름, props, 토큰 값을 추출합니다.
MCP 서버는 이 데이터를 AI 에이전트가 호출할 수 있는 도구로 노출합니다.
CLAUDE.md 지침은 에이전트에게 새로운 컴포넌트를 만들기 전에 기존 컴포넌트가 있는지 확인하도록 지시합니다.
에이전트는 추측을 멈추고 재사용을 시작합니다.
라이선스
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityAmaintenanceA read-only MCP server that provides AI coding agents with a queryable contract for design system tokens, components, patterns, and anti-patterns.241Apache 2.0
- AlicenseAqualityCmaintenanceAn MCP server that connects AI clients to Figma components, design tokens, and variables from the BrixUI Design System, enabling component browsing, searching, and token retrieval.411MIT
- AlicenseAqualityCmaintenanceMCP server for the coss ui design system, enabling AI agents to fetch components, props, and design tokens on demand for accurate, low-cost code generation.61MIT
- AlicenseNot gradedqualityBmaintenanceAn MCP server that gives AI assistants structured access to a design system's tokens, components, guidelines, and patterns, enabling them to read, lint, and author design system data.1MIT
Related MCP Connectors
The Figma MCP server brings Figma design context directly into your AI workflow.
MCP server for secureFlows: token-free URL builders and integration-linting tools for AI agents.
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/lyse-labs/ds-pilot'
If you have feedback or need assistance with the MCP directory API, please join our Discord server