stylespeak for Gemini CLI
io.github.patrizzos/stylespeak
MCP server and CLI that makes CSS legible to AI agents — explains what applies and why.
client:Gemini CLI
transport:stdio
runtime:npm
Install stylespeak in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"stylespeak": {
"command": "npx",
"args": [
"-y",
"@patrizzos/stylespeak"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs