# color-palette MCP server

Cloudflare Workers MCP server: color-palette

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-lazymac2x-color-palette
- Repository: https://github.com/lazymac2x/color-palette-api

## Install
- Endpoint: https://api.lazy-mac.com/color-palette/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://api.lazy-mac.com/color-palette/mcp

## Tools
- convert_color - Convert a hex color to HEX, RGB, HSL, and CMYK formats. Input: hex string with or without # (e.g. "ff5733"). Endpoint: https://api.lazy-mac.com/color-palette/mcp
- color_harmony - Generate a set of harmonious colors from a base hex color. Harmony types: complementary, analogous, triadic, split, tetradic, monochromatic. Endpoint: https://api.lazy-mac.com/color-palette/mcp
- generate_gradient - Generate an interpolated gradient between two hex colors. Returns color stops and a ready-to-use CSS linear-gradient string. Endpoint: https://api.lazy-mac.com/color-palette/mcp
- check_contrast - Check WCAG 2.1 contrast ratio between foreground and background colors. Returns ratio and AA/AAA pass/fail for both normal and large text. Endpoint: https://api.lazy-mac.com/color-palette/mcp
- random_palette - Generate a random harmonious color palette. Colors share a hue family to avoid clashing. Endpoint: https://api.lazy-mac.com/color-palette/mcp
- generate_css - Generate CSS :root custom properties from a list of hex colors. Returns a ready-to-paste CSS block. Endpoint: https://api.lazy-mac.com/color-palette/mcp
- generate_tailwind - Generate a Tailwind CSS color config object. Colors are mapped to standard shades (50, 100, 200 … 900) in order. Paste the result into tailwind.config.js theme.extend.colors. Endpoint: https://api.lazy-mac.com/color-palette/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.lazymac2x
- Version: 1.0.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: May 16, 2026
- Source: https://registry.modelcontextprotocol.io
