Skip to main content
Glama

Starwind UI MCP Server

install_component

Generate installation commands for Starwind UI components using npm, yarn, or pnpm. Specify components, additional options, and streamline setup for your development workflow.

Instructions

Generates installation commands for Starwind UI components

Input Schema

NameRequiredDescriptionDefault
additionalComponentsNoAdditional components to install
componentYesComponent name to install
optionsNoAdditional options for installation (e.g., '--all' to install all components)
packageManagerNoPackage manager to use (npm, yarn, pnpm)

Input Schema (JSON Schema)

{ "properties": { "additionalComponents": { "description": "Additional components to install", "items": { "type": "string" }, "type": "array" }, "component": { "description": "Component name to install", "type": "string" }, "options": { "description": "Additional options for installation (e.g., '--all' to install all components)", "items": { "type": "string" }, "type": "array" }, "packageManager": { "description": "Package manager to use (npm, yarn, pnpm)", "enum": [ "npm", "yarn", "pnpm" ], "type": "string" } }, "required": [ "component" ], "type": "object" }

You must be authenticated.

Other Tools from Starwind UI MCP Server

Related Tools

    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/nookeshkarri7/starwind-ui-mcp2'

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