uxloom for Cursor
io.github.uxloom-dev/uxloom
Agent-native UI/UX design validation: journey completeness, state coverage, and WCAG checks.
client:Cursor
transport:stdio
runtime:npm
Install uxloom in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"uxloom": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"uxloom"
],
"env": {
"UXLOOM_PROJECT": "<UXLOOM_PROJECT>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs