Search 148 curated design styles and pull tokens, recipes, and shadcn commands into your AI IDE.
claude mcp add stylekit-mcp -- npx -y stylekit-mcp
claude_desktop_config.json
{
"mcpServers": {
"stylekit-mcp": {
"command": "npx",
"args": [
"-y",
"stylekit-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"stylekit-mcp": {
"command": "npx",
"args": [
"-y",
"stylekit-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"stylekit-mcp": {
"command": "npx",
"args": [
"-y",
"stylekit-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"stylekit-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"stylekit-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"stylekit-mcp": {
"command": "npx",
"args": [
"-y",
"stylekit-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.AnxForever--stylekit-mcp/reviews or the review_server meta-tool.
POST /mcp