Skip to content
Cursor

contrast checker mcp for Cursor

io.github.ogsingh/contrast-checker-mcp

MCP - WCAG 2.1 color contrast checker - contrast ratios, compliance and accessible color suggestions

client:Cursor transport:stdio runtime:npm

Install contrast checker mcp in Cursor

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

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

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

contrast checker mcp in other clients