design-system-mcp-sandbox
デザインシステムのコンポーネント情報を取得するための MCP サーバー(sandbox 環境)
セットアップ
- インストール
npm install
- ビルド
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
特定のコンポーネントに関連するファイルとその内容を取得します。
Recommend MCP Servers 💡
terraform-mcp-server
The Terraform MCP Server integrates with Terraform Registry APIs, providing advanced automation and interaction capabilities for Infrastructure as Code (IaC) development, enabling discovery and analysis of providers, modules, and policies.
promptexecution/cratedocs-mcp
An MCP server that provides tools for Rust crate documentation lookup, allowing LLMs to access crate docs, search crates, and look up specific items.
@arabold/docs-mcp-server
A MCP server for fetching, processing, indexing, and searching documentation for various software libraries and packages.

deepwiki
Official DeepWiki MCP server providing wiki-related tools via SSE and Streamable protocols.
code-context-provider-mcp
MCP server providing code context and analysis for AI assistants via WebAssembly Tree-sitter parsers
googler
A Model Context Protocol (MCP) server that performs Google searches and summarizes the results using Gemini, designed for use with Cline.