stylespeak for Cursor
io.github.patrizzos/stylespeak
MCP server and CLI that makes CSS legible to AI agents — explains what applies and why.
client:Cursor
transport:stdio
runtime:npm
Install stylespeak in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"stylespeak": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@patrizzos/stylespeak"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs