Odel
Colors-LE

Colors-LE

Local
@nolindnaidoo2TypeScriptMITUpdated 1w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmcolors-le-mcpv2.3.0

Run

npx -y colors-le-mcp

MCP client config

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