🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

@smarthr/design-system-mcp-server

Package Overview
Dependencies
Maintainers
22
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@smarthr/design-system-mcp-server

MCP server with SmartHR Design System

0.1.7
latest
npm
Version published
Weekly downloads
4
-85.19%
Maintainers
22
Weekly downloads
 
Created
Source

SmartHR Design System MCP サーバー

このプロジェクトは、SmartHR Design System の情報を提供するための Model Context Protocol(MCP)サーバーです。

概要

主に SmartHR Design System のコンポーネント情報にアクセスするためのインターフェースを提供します。MCP クライアントが SmartHR のデザインシステムに関する情報を取得し、適切なコンポーネントの使い方を促します。

機能

  • getComponentsMeta
    すべてのコンポーネントのメタ情報を取得します。

  • getComponentDetails
    特定コンポーネントの詳細情報を取得します。

  • getScreenImplementationInstruction
    画面実装プロセスの各ステップで実行すべき手順を返します。

使い方

GitHub の Personal access tokens でトークンを生成し、以下のように設定してください。

{
  "mcpServers": {
    "SmartHR Design System MCP": {
      "command": "npx",
      "args": ["-y", "@smarthr/design-system-mcp-server"],
      "env": {
        "GITHUB_TOKEN": "<YOUR_PERSONAL_ACCESS_TOKEN>"
      }
    }
  }
}

Figma を読み込んで実装したい場合

Figma データの取得には対応していません。Framelink Figma MCP サーバー などを合わせて使ってください。

また、実装時に「画面実装指示(getScreenImplementationInstruction)」を使うと実装精度が上がる可能性があります。

プロンプトで「画面の実装指示に従って実装してください。」などと伝えると機能します。

FAQs

Package last updated on 24 Apr 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts