Skip to content
Gemini CLI

StyleKit for Gemini CLI

io.github.anxforever/stylekit-mcp

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

client:Gemini CLI transport:stdio runtime:npm

Install StyleKit in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "stylekit-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "stylekit-mcp"
      ]
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

StyleKit in other clients