Starwind UI MCP Server
About
Give AI the full power of Starwind UI - setup new projects, add components, get documentation, search blocks, and more
Details
- Author
- starwind-ui
- GitHub stars
- 35
- Downloads
- 180
- Categories
- Developer Tools, Frontend, Other
Jump to
- Live Documentation – fetches up‑to‑date docs from starwind.dev/llms.txt
- Component Validation – validates components against live component metadata
- Starwind Search – search and discover components and Pro blocks
- Compact Tool Surface – keeps uncommon CLI operations as command guidance
- Package Manager Detection – auto‑detects npm, yarn, or pnpm
- Caching & Rate Limiting – efficient caching with sensible rate limits
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Starwind UI MCP ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Add the @starwind-ui/mcp package via npx using the configuration specified for your MCP client (Codex, Claude Code, or Cursor). The server is invoked with npx -y @starwind-ui/mcp. After adding the configuration, restart your editor or reload its MCP servers.
starwind_init
Generates a Starwind UI v3 initialization command for an existing Astro or React project. The CLI auto-detects the framework unless an override is provided. Paid Pro authorization is opt-in and currently targets Astro.
starwind_add
Generates validated Starwind UI v3 install commands for styled components, vendored primitives, or Starwind Pro blocks, with optional Astro or React targeting.
starwind_search
Searches Starwind UI v3 styled components, Primitive adapters, and Starwind Pro blocks with framework-aware results.
starwind_docs
Fetches current Starwind UI v3 documentation across styled components, primitives, Runtime, migration, and Astro or React framework guides.
starwind_migrate
Generates the safe Starwind UI v3 migration command for a legacy Astro project. Interactive migration is the default; non-interactive overwrite behavior must be explicitly requested.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"starwind ui mcp server": {
"starwind-ui": {
"command": "npx",
"args": [
"-y",
"@starwind-ui/mcp"
]
}
}
}
}
McpServers
{
"starwind-ui": {
"command": "npx",
"args": [
"-y",
"@starwind-ui/mcp"
]
}
}
What is MCP?
The Model Context Protocol (MCP) is a protocol for extending AI capabilities through local servers. This implementation provides Starwind UI-specific tools to enhance AI assistant capabilities when working with Starwind UI. For more information about MCP itself, please visit the official documentation.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





