stylespeak for VS Code
io.github.patrizzos/stylespeak
MCP server and CLI that makes CSS legible to AI agents — explains what applies and why.
client:VS Code
transport:stdio
runtime:npm
Install stylespeak in VS Code
.vscode/mcp.json
{
"servers": {
"stylespeak": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@patrizzos/stylespeak"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs