cvdsafe for Cursor
io.github.vince-gonzalez/cvdsafe
Check if a palette or image is colorblind-safe, generate safe palettes, check WCAG contrast.
client:Cursor
transport:stdio
runtime:npm
Install cvdsafe in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"cvdsafe": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"cvdsafe-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs