housestyle for Cursor
io.github.myanptl/housestyle-mcp
Audits CSS for the generic AI-built look, then fixes it: fonts, contrast, palettes, type scales.
client:Cursor
transport:stdio
runtime:npm
Install housestyle in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"housestyle-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"housestyle-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs