Skip to content
Cursor

color engine mcp for Cursor

io.github.aimsise/color-engine-mcp

Six pure, in-memory CSS color tools: parse, convert, WCAG/APCA contrast, gamut map, ramps, solver

client:Cursor transport:stdio runtime:npm

Install color engine mcp in Cursor

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

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

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

color engine mcp in other clients