Starwind UI MCP Server for Cursor
io.github.starwind-ui/mcp
Framework-aware Starwind UI v3 tools for Astro and React setup, components, docs, and migration.
client:Cursor
transport:stdio
runtime:npm
Install Starwind UI MCP Server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@starwind-ui/mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs