Skip to content
VS Code

Starwind UI MCP Server for VS Code

io.github.starwind-ui/mcp

Framework-aware Starwind UI v3 tools for Astro and React setup, components, docs, and migration.

client:VS Code transport:stdio runtime:npm

Install Starwind UI MCP Server in VS Code

.vscode/mcp.json

{
  "servers": {
    "mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@starwind-ui/mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Starwind UI MCP Server in other clients