Skip to main content
Glama

Starwind UI MCP Server

by starwind-ui

Starwind UI MCP サーバー

Starwind UI 用の Model Context Protocol (MCP) サーバーの TypeScript 実装。開発者が Starwind UI コンポーネントを操作するのに役立つツールを提供します。

クイックスタート

# Install dependencies pnpm install # Build the TypeScript code pnpm build # Start the server pnpm start

Smithery経由でインストール

Smithery経由で Claude Desktop 用の Starwind UI MCP Server を自動的にインストールするには:

npx -y @smithery/cli install @Boston343/starwind-ui-mcp --client claude

IDEをセットアップする

IDEでローカルMCPサーバーを使用するための設定手順はIDEによって異なります。Windsurfの例を以下に示します。

{ "mcpServers": { "starwind ui": { "command": "node", "args": ["c:\\path\\to\\folder\\starwind-ui-mcp\\dist\\server.js"], "env": {} } } }

詳細な手順:

MCPとは何ですか?

モデルコンテキストプロトコル(MCP)は、ローカルサーバーを介してAI機能を拡張するためのプロトコルです。この実装は、Starwind UIとの連携時にAIアシスタント機能を強化するためのStarwind UI固有のツールを提供します。MCP自体の詳細については、公式ドキュメントをご覧ください。

特徴

  • ツールベースのアーキテクチャ- 新しいツールを簡単に追加できるモジュール設計
  • Starwind UI ドキュメント ツール- Starwind UI コンポーネントのドキュメント リンクにアクセスします
  • パッケージ マネージャーの検出- 適切なパッケージ マネージャー (npm、yarn、pnpm) を検出して使用します。
  • LLM データ フェッチャー- キャッシュとレート制限を使用して LLM の Starwind UI 情報を取得します
  • TypeScript 実装- 型安全性と開発者エクスペリエンスを向上させるために TypeScript を使用して構築されています
  • 標準 I/O トランスポート- AI アシスタントとの通信に stdio を使用します

利用可能なツール

ツール名説明
init_project新しいStarwind UIプロジェクトを初期化します
install_componentStarwind UIコンポーネントのインストールコマンドを生成します
update_componentStarwind UIコンポーネントの更新コマンドを生成します
get_documentationStarwind UI コンポーネントとガイドのドキュメント リンクを返します
fetch_llm_datastarwind.dev から LLM データを取得します (レート制限あり、キャッシュあり)
get_package_manager現在のパッケージマネージャー情報を検出して返します

発達

このプロジェクトは、開発目的でパッケージマネージャーとしてPNPMを使用するように設定されています。PNPMを使用していない場合は、package.jsonファイルを適切なパッケージマネージャーコマンドで更新する必要があります。

プロジェクト構造

src/ ├── config/ # Server configuration │ └── settings.ts # Configuration settings ├── tools/ # MCP tools implementations │ ├── index.ts # Tool registration │ └── *.ts # Individual tool implementations ├── utils/ # Utility functions └── server.ts # Main MCP server implementation

新しいツールの追加

独自のツールをサーバーに追加するには:

  1. src/tools/ディレクトリに新しいツールファイルを作成する
  2. src/tools/index.tsにツールを登録する
  3. src/config/settings.tsでツールを有効にする
  4. pnpm buildでサーバーを再構築する
  5. pnpm startでサーバーを再起動します。

ライセンス

MIT ライセンス - 詳細については LICENSE ファイルを参照してください。

Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

local-only server

The server can only run on the client's local machine because it depends on local resources.

Starwind UI コンポーネントを操作する際の AI アシスタントの機能を強化し、プロジェクトの初期化、コンポーネントのインストール、ドキュメントへのアクセスなどのツールを提供する TypeScript サーバーです。

  1. クイックスタート
    1. Smithery経由でインストール
    2. IDEをセットアップする
  2. MCPとは何ですか?
    1. 特徴
      1. 利用可能なツール
        1. 発達
          1. プロジェクト構造
            1. 新しいツールの追加
              1. ライセンス

                Related MCP Servers

                • -
                  security
                  A
                  license
                  -
                  quality
                  A server that enables AI assistants to understand and interact with Unity projects in real-time, providing access to scene hierarchy, project settings, and the ability to execute code directly in the Unity Editor.
                  Last updated -
                  80
                  MIT License
                  • Linux
                  • Apple
                • A
                  security
                  A
                  license
                  A
                  quality
                  A TypeScript implementation of a Model Context Protocol server providing tools to help developers work with Starwind UI components.
                  Last updated -
                  6
                  TypeScript
                  MIT License
                • -
                  security
                  F
                  license
                  -
                  quality
                  A server that enables AI assistants to control a browser through tools, allowing them to perform web automation tasks like navigation, typing, clicking, and taking screenshots.
                  Last updated -
                  TypeScript
                • A
                  security
                  F
                  license
                  A
                  quality
                  A Model Context Protocol server that provides PureScript development tools for AI assistants, enabling code analysis, type lookups, and IDE server management without requiring heavy IDE setup.
                  Last updated -
                  19
                  1
                  JavaScript
                  • Apple

                View all related MCP servers

                MCP directory API

                We provide all the information about MCP servers via our MCP API.

                curl -X GET 'https://glama.ai/api/mcp/v1/servers/starwind-ui/starwind-ui-mcp'

                If you have feedback or need assistance with the MCP directory API, please join our Discord server