Skip to content
Cursor

Colors-LE for Cursor

io.github.nolindnaidoo/colors-le

Extract colors from stylesheets and code, with their notation and position.

client:Cursor transport:stdio runtime:npm

Install Colors-LE in Cursor

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

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

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

Colors-LE in other clients