MCP Hub
Back to servers

@htetoowaiyan/colors-mcp-server

A simple color utility MCP server for frontend developers — convert, mix, adjust, and analyze colors.

npm528/wk
Updated
Feb 16, 2026

Quick Install

npx -y @htetoowaiyan/colors-mcp-server

🎨 Colors MCP Server

npm license

A simple color utility MCP server for frontend developers. Convert, mix, adjust, and analyze colors right from your AI agents.

This MCP server provides a streamlined set of color utilities designed for efficiency and precision. It focuses on delivering core color manipulation tools in a straightforward, lightweight package for modern development workflows.

Tools

ToolDescription
colors_convertConvert a color to a different color space
colors_batch_convertConvert multiple colors to a target color space at once
colors_parseParse and validate a color string
colors_adjustAdjust color properties (lightness, chroma, hue)
colors_batch_adjustBatch adjust multiple colors (lightness, chroma, hue)
colors_mixMix two colors with perceptual interpolation
colors_scaleGenerate a perceptually uniform color scale
colors_differenceCalculate color difference (Delta E) between two colors
colors_batch_differenceBatch calculate color difference (Delta E) against a target color
colors_contrastCheck WCAG contrast ratio between foreground and background colors
colors_batch_contrastBatch check WCAG contrast ratio for multiple foregrounds against a background

Setup

Add the server to your MCP client config (e.g. Claude Desktop, Cursor, etc.):

{
  "mcpServers": {
    "colors": {
      "command": "npx",
      "args": ["-y", "@htetoowaiyan/colors-mcp-server"]
    }
  }
}

Development

git clone https://github.com/HtetOoWaiYan/colors-mcp-server.git
cd colors-mcp-server
npm install
npm run dev          # Run with tsx (hot reload)
npm run build        # Build for production
npm test             # Run tests
npm run test:watch   # Run tests in watch mode

Built With

License

MIT

Reviews

No reviews yet

Sign in to write a review