The Starwind UI MCP Server
The Starwind UI MCP Server. Exposed over MCP by the starwind mcp server, that capability becomes something an assistant can invoke while it works, not something you go and do afterwards.
Select your MCP client and add the Starwind UI server configuration. For the full maintained setup guide, see the Starwind UI MCP Server docs.
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.
Everything the assistant can do here goes through one of these:
starwind_init — Generates init commands for new Starwind UI projects, Pro by defaultstarwind_docs — Fetches live documentation from starwind.dev with caching and topic filteringstarwind_add — Generates validated install commands with package manager detectionstarwind_search — Searches Starwind UI components and Starwind Pro blocks with CLI-shaped filtersSetup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client. The configuration blocks on this page cover the common clients.
This sits in the knowledge and memory group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Starwind's toolset — starwind_init, starwind_docs, starwind_add and 1 more — is a fair guide to whether it matches your workflow. It is maintained by chatflowdev; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| starwind_init | Generates init commands for new Starwind UI projects, Pro by default |
| starwind_docs | Fetches live documentation from starwind.dev with caching and topic filtering |
| starwind_add | Generates validated install commands with package manager detection |
| starwind_search | Searches Starwind UI components and Starwind Pro blocks with CLI-shaped filters |
**Claude Code:**
```json title=".mcp.json"
{
"mcpServers": {
"starwind-ui": {
"command": "npx",
"args": ["-y", "@starwind-ui/mcp"],
"env": {}
}
}
}Configuration as documented by the project. Restart the client after saving.
A knowledge graph your assistant keeps between sessions — entities, relations and observations that persist.
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Your workspace, on speaking terms with AI — search, read and write Notion pages and databases.
A structured scratchpad for hard problems — stepwise reasoning with revisions, branches and visible logic.
Symbol-level code navigation, refactoring and memory for coding agents — the IDE brain your assistant has been missing.
Chat with your second brain — search, read and write vault notes through the Local REST API.