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 💡
zendesk-mcp-server-kon
A Model Context Protocol server for Zendesk, providing tools for ticket and community post management, specialized prompts, and access to Help Center articles.
mcp-server-milvus
An MCP server that provides access to Milvus vector database functionality for LLM applications, supporting both stdio and SSE modes.
@8enSmith/mcp-open-library
A Model Context Protocol (MCP) server for the Internet Archive's Open Library API that enables AI assistants to search for book and author information.

probe-dev
Probe.dev offers a hosted Model Context Protocol (MCP) server providing tools for documentation search, media file analysis, and API usage management.
mcp-server-any-openapi
A MCP server that enables Claude to discover and call any API endpoint through semantic search, handling large OpenAPI specifications and executing requests.
Demontie/mcp-google-sheets
A Model Context Protocol (MCP) server for reading and writing data to Google Sheets via the Google Sheets API.