Skip to content
Zed

stylespeak for Zed

io.github.patrizzos/stylespeak

MCP server and CLI that makes CSS legible to AI agents — explains what applies and why.

client:Zed transport:stdio runtime:npm

Install stylespeak in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "stylespeak": {
      "command": "npx",
      "args": [
        "-y",
        "@patrizzos/stylespeak"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

stylespeak in other clients