Skip to content
VS Code

Colors-LE for VS Code

io.github.nolindnaidoo/colors-le

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

client:VS Code transport:stdio runtime:npm

Install Colors-LE in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Colors-LE in other clients