Skip to content
VS Code

StyleKit for VS Code

io.github.anxforever/stylekit-mcp

Search 148 curated design styles and pull tokens, recipes, and shadcn commands into your AI IDE.

client:VS Code transport:stdio runtime:npm

Install StyleKit in VS Code

.vscode/mcp.json

{
  "servers": {
    "stylekit-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "stylekit-mcp"
      ]
    }
  }
}

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

StyleKit in other clients