cssprobe cli for Cursor
io.github.mack-peng/cssprobe-cli
Runtime CSS probe — inspect layout, overflow, scroll chains in a real browser. For AI agents.
client:Cursor
transport:stdio
runtime:npm
Install cssprobe cli in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"cssprobe-cli": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"cssprobe-cli"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs