Skip to main content
Glama
rog0x

mcp-color-tools

by rog0x

mcp-color-tools

MCP 서버는 AI 에이전트를 위한 색상 조작 및 디자인 도구를 제공합니다.

도구

color_convert

HEX, RGB, HSL, HSV, CMYK 간에 색상을 변환합니다. 임의의 형식을 입력으로 받아 모든 형식을 반환합니다.

{ "color": "#ff6b35" }
{ "color": "rgb(255, 107, 53)" }
{ "color": "hsl(16, 100%, 60%)" }
{ "color": "hsv(16, 79%, 100%)" }
{ "color": "cmyk(0, 58, 79, 0)" }

palette_generate

기본 색상에서 색상 팔레트를 생성합니다.

유형: 보색, 유사, 삼색, 분할 보색, 단색

{ "color": "#ff6b35", "type": "triadic" }

contrast_check

두 색상 사이의 WCAG 대비 비율을 확인합니다. 일반 텍스트, 큰 텍스트 및 UI 구성 요소에 대한 AA/AAA 준수 여부를 보고합니다.

{ "color1": "#ffffff", "color2": "#333333" }

color_mix

색상을 혼합, 블렌드, 밝게, 어둡게, 채도 증가 또는 감소시킵니다.

{ "operation": "mix", "colors": ["#ff0000", "#0000ff"], "weights": [2, 1] }
{ "operation": "blend", "colors": ["#ff0000", "#0000ff"], "ratio": 0.3 }
{ "operation": "lighten", "colors": ["#ff6b35"], "amount": 20 }
{ "operation": "darken", "colors": ["#ff6b35"], "amount": 15 }
{ "operation": "saturate", "colors": ["#888888"], "amount": 30 }
{ "operation": "desaturate", "colors": ["#ff6b35"], "amount": 25 }

css_gradient

방향, 중지점 및 브라우저 접두사를 포함한 CSS 그라디언트 코드를 생성합니다.

{
  "type": "linear",
  "colors": ["#ff6b35", "#ffd700", "#00bcd4"],
  "direction": "135deg"
}
{
  "type": "radial",
  "colors": [
    { "color": "#ff6b35", "position": 0 },
    { "color": "#ffd700", "position": 50 },
    { "color": "#00bcd4", "position": 100 }
  ],
  "direction": "circle at center"
}

Related MCP server: MCP Color Converter

설정

npm install
npm run build

Claude Desktop 구성

{
  "mcpServers": {
    "color-tools": {
      "command": "node",
      "args": ["path/to/mcp-color-tools/dist/index.js"]
    }
  }
}

라이선스

MIT

Install Server
A
license - permissive license
A
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    B
    quality
    D
    maintenance
    Enables comprehensive color manipulation, conversion between 22+ formats (HEX, RGB, HSL, CMYK, LAB, etc.), palette generation, gradient creation, and accessibility compliance checking. Supports framework-specific outputs for CSS, Swift, Android, Flutter, and Tailwind with high-precision conversions and visualization capabilities.
    25
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Provides comprehensive color conversion, manipulation, analysis, and WCAG accessibility tools supporting multiple formats (hex, rgb, hsl, oklch, oklab) for design systems and web development.
    937
    2
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    A comprehensive toolkit for color conversion, manipulation, and accessibility analysis supporting formats like OkLCH and WCAG compliance. It enables AI agents to manage design systems by generating harmonious palettes, transforming color spaces, and performing contrast checks.
    2
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    A simple color utility MCP server for frontend developers. Convert, mix, adjust, and analyze colors right from your AI agents.
    10
    MIT

View all related MCP servers

Related MCP Connectors

  • AI-agent design tools: fonts, font recognition, palettes, color naming, contrast, code, SVG, CSS.

  • A complete color workflow over MCP: mix, convert, harmonize, measure, and remember palettes.

  • 500+ deterministic tools for AI agents: math, conversion, validation, hashing, encoding, date/time.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/rog0x/mcp-color-tools'

If you have feedback or need assistance with the MCP directory API, please join our Discord server