Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by starwind-ui • Documentation & Docs
A TypeScript MCP server that provides Starwind UI component tooling, documentation links, and LLM-friendly data to AI assistants for easier project setup and component management.
Initialize a new Starwind UI project and generate the correct starter configuration and commands.
Produce installation or update commands for specific Starwind UI components, automatically adapted to the detected package manager (npm/yarn/pnpm).
Fetch authoritative documentation links and cached, rate-limited LLM-friendly component data to enrich responses and code generation.
This server implements the Model Context Protocol (MCP) to expose Starwind UI-specific tools (init_project, install_component, update_component, get_documentation, fetch_llm_data, get_package_manager) over stdio. It helps AI agents detect the project's package manager, produce install/update commands, and fetch curated documentation and LLM-ready data with caching and rate limiting. The tool-based architecture makes it easy to add new capabilities, and it's intended for integration with IDEs and agents like Windsurf, Cursor, and Claude. Built in TypeScript and released under an MIT license for developer use.
Fetches live Starwind UI documentation from starwind.dev. Use this to get up-to-date component docs, installation guides, theming info, and usage examples. The documentation is optimized for AI consumption.
Generates the installation command for Starwind UI components. Validates component names and returns the correct CLI command based on the detected package manager. Use this after consulting starwind_docs to know which components to install. For Starwind Pro blocks (prefixed with @starwind-pro/), set pro=true or the tool will auto-detect it.
Searches Starwind Pro blocks by query, category, or plan type. Returns matching blocks with install commands. Use this to find pre-built UI blocks like heroes, footers, pricing tables, etc. IMPORTANT: Pro blocks require the project to be initialized with 'starwind@latest init --defaults --pro' before they can be added.
Initializes a Starwind UI project. ALWAYS use this tool FIRST before adding any Starwind components or blocks. Defaults to Pro setup (recommended) which enables both standard components AND Pro blocks. Set pro=false only if you specifically want standard-only setup.
Scores are informational only and provided “as is” without warranty. AgentHotspot assumes no liability for actions taken based on these ratings.