shadcn-ui MCP サーバー
shadcn/ui コンポーネント参照用の MCP サーバー
これはTypeScriptベースのMCPサーバーで、shadcn/uiコンポーネントのリファレンス情報を提供します。AIアシスタントがshadcn/uiコンポーネントのドキュメントやサンプルにアクセスできるようにするModel Context Protocol(MCP)サーバーを実装しています。
特徴
ツール
list_shadcn_components
- 利用可能なすべてのshadcn/uiコンポーネントのリストを取得しますget_component_details
- 特定のコンポーネントの詳細情報を取得するget_component_examples
- 特定のコンポーネントの使用例を取得するsearch_components
- キーワードでコンポーネントを検索
機能性
このサーバーは以下から情報を収集してキャッシュします:
- shadcn/ui の公式ドキュメント サイト ( https://ui.shadcn.com )
- shadcn/ui GitHubリポジトリ
次のような構造化データが提供されます:
- コンポーネントの説明
- インストール手順
- 使用例
- 小道具とバリエーション
- コードサンプル
発達
依存関係をインストールします:
サーバーを構築します。
自動リビルドを使用した開発の場合:
インストール
クロードデスクトップ構成
Claude Desktop で使用するには、サーバー設定を追加します。
MacOS の場合: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows の場合: %APPDATA%/Claude/claude_desktop_config.json
オプション1: ローカルビルドを使用する
オプション2: npxコマンドを使用する
ウィンドサーフィンの構成
これを./codeium/windsurf/model_config.json
に追加します:
カーソルの設定
これを.cursor/mcp.json
に追加します:
デバッグ
MCPサーバーはstdio経由で通信するため、デバッグが困難になる場合があります。パッケージスクリプトとして提供されているMCP Inspectorの使用をお勧めします。
インスペクターは、ブラウザでデバッグ ツールにアクセスするための URL を提供します。
You must be authenticated.
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
AI アシスタントが、コンポーネントの詳細、使用例、検索機能に関する参照情報を提供する TypeScript ベースの MCP サーバーを通じて shadcn/ui コンポーネントのドキュメントと例にアクセスできるようにします。
Related MCP Servers
- -security-license-qualityAn MCP server that integrates Apifox API documentation with AI assistants, allowing AI to extract and understand API information from Apifox projects.Last updated -91TypeScript
- -securityAlicense-qualityAn MCP server that analyzes codebases and generates contextual prompts, making it easier for AI assistants to understand and work with code repositories.Last updated -10PythonMIT License
- -securityAlicense-qualityAn MCP server that enables AI assistants to control a web browser through natural language commands, allowing them to navigate websites and extract information via SSE transport.Last updated -505PythonMIT License
- AsecurityFlicenseAqualityAn MCP server that allows AI assistants to interact with the ServiceTitan API, requiring client credentials for authentication.Last updated -454TypeScript