MCP ExplorerExplorer

Design System Mcp Sandbox

@ssaithoon a year ago
1 MIT
FreeCommunity
AI Systems
MCP server for retrieving design system component information in a sandbox environment.

Overview

What is Design System Mcp Sandbox

design-system-mcp-sandbox is a sandbox environment MCP server designed to retrieve component information for a design system.

Use cases

Use cases include integrating design components into applications, ensuring consistency in UI design, and facilitating collaboration between design and development teams.

How to use

To use design-system-mcp-sandbox, first install the necessary packages using ‘npm install’. Then, build the project with ‘npm run build’. To start the server, configure it with the appropriate command and environment variables as shown in the example.

Key features

Key features include the ability to retrieve a list of all available components in the design system and to obtain files and their contents related to specific components.

Where to use

design-system-mcp-sandbox can be used in web development projects where a design system is implemented, allowing developers to easily access and manage design components.

Content

design-system-mcp-sandbox

デザインシステムのコンポーネント情報を取得するための MCP サーバー(sandbox 環境)

セットアップ

  1. インストール
npm install
  1. ビルド
npm run build

使い方

サーバーの起動(例:Cursor)

{
  "mcpServers": {
    "design-system-mcp-sandbox": {
      "command": "node",
      "args": [
        "/path/to/design-system-mcp-sandbox/dist/index.js"
      ],
      "env": {
        "ROOT_DIR": "/path/to/your/design-system"
      }
    }
  }
}

利用可能なツール

get_available_components

デザインシステムで利用可能なすべてのコンポーネントの一覧を取得します。

get_component_files

特定のコンポーネントに関連するファイルとその内容を取得します。

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers