Skip to content
Cursor

colorblind for Cursor

io.github.vince-gonzalez/colorblind

See a color or image as a colorblind person does; recolor images and make Ishihara plates.

client:Cursor transport:stdio runtime:npm

Install colorblind in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "colorblind": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "colorblind-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

colorblind in other clients