Skip to content
Claude Desktop

stylespeak for Claude Desktop

io.github.patrizzos/stylespeak

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

client:Claude Desktop transport:stdio runtime:npm

Install stylespeak in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

stylespeak in other clients