This server provides tools to enhance AI-assisted development workflows with Starwind UI components:
Initialize new projects: Create Starwind UI projects with
init_project
, specifying the package manager (npm, yarn, pnpm)Manage components: Generate commands to install or update components with
install_component
andupdate_component
Access documentation: Retrieve documentation links using
get_documentation
for guides and component-specific resourcesFetch LLM data: Retrieve data from starwind.dev with rate limiting and caching via
fetch_llm_data
Detect package managers: Identify the current package manager with
get_package_manager
Detects and generates appropriate npm commands for installing and updating Starwind UI components in projects using npm as package manager.
Detects and generates appropriate pnpm commands for installing and updating Starwind UI components in projects using pnpm as package manager.
Provides type-safe implementation of tools for working with Starwind UI components in TypeScript projects, with better developer experience and type safety.
Detects and generates appropriate yarn commands for installing and updating Starwind UI components in projects using yarn as package manager.
This server cannot be installed
local-only server
The server can only run on the client's local machine because it depends on local resources.
Tools
A TypeScript implementation of a Model Context Protocol server providing tools to help developers work with Starwind UI components.
Related Resources
Related MCP Servers
- AsecurityAlicenseAqualityA production-ready template for creating Model Context Protocol servers with TypeScript, providing tools for efficient testing, development, and deployment.Last updated -12638MIT License
- AsecurityFlicenseAqualityA TypeScript-based template for developing Model Context Protocol servers with features like dependency injection and service-based architecture, facilitating the creation and integration of custom data processing tools.Last updated -114
- -securityAlicense-qualityA TypeScript implementation of a Model Context Protocol server that provides a frictionless framework for developers to build and deploy AI tools and prompts, focusing on developer experience with zero boilerplate and automatic tool registration.Last updated -67814MIT License
- -securityFlicense-qualityA TypeScript framework for building Model Context Protocol (MCP) servers with automatic discovery and loading of tools, resources, and prompts.Last updated -0