Color Server
БесплатноНе проверенProvides color and design tools including palette generation, WCAG contrast checking, color conversion, gradients, color blindness simulation, and CSS variables
Описание
Provides color and design tools including palette generation, WCAG contrast checking, color conversion, gradients, color blindness simulation, and CSS variables, all without API keys.
README
MCP-Server fuer Farb- und Design-Tools: Palettengenerator, WCAG-Kontrast, Farbkonvertierung, Komplementaerfarben, Verlaeufe, Farbenblindheits-Simulation und CSS-Variablen.
Perfekt fuer Design-Agents, Frontend-Bots und Accessibility-Workflows. Keine API-Keys noetig.
Features (9 Tools)
| Tool | Zweck |
|---|---|
tool_get_color_info |
Detail-Info zu einer Farbe (Name, RGB, HSL, CMYK) via TheColorAPI |
tool_get_color_info_local |
Schnelle lokale Color-Info ohne API-Call |
tool_generate_palette |
Palette generieren: monochrome, analogic, complement, triad, quad |
tool_check_contrast |
WCAG 2.1 Kontrast-Check (AA/AAA, normal/large) |
tool_convert_color |
Konvertierung zwischen hex, rgb, hsl, hsv |
tool_get_complementary_color |
Komplementaerfarbe (180 Grad im HSL-Rad) |
tool_generate_gradient |
Linearer Farbverlauf zwischen zwei Farben |
tool_simulate_color_blindness |
Protanopia, Deuteranopia, Tritanopia, Achromatopsia |
tool_get_css_variables |
CSS-Custom-Properties (--color-1: #...;) aus Palette |
Installation
pip install color-mcp-server
Verwendung mit Claude Desktop
claude_desktop_config.json:
{
"mcpServers": {
"color": {
"command": "color-mcp-server"
}
}
}
Beispiele
# Palette generieren
await tool_generate_palette(base_color="#3498db", mode="triad", count=3)
# Kontrast pruefen (WCAG 2.1)
tool_check_contrast(foreground="#ffffff", background="#3498db")
# -> {"contrast_ratio": 3.14, "wcag_aa_normal": False, "rating": "AA Large"}
# Farbverlauf fuer CSS
tool_generate_gradient(start_color="#ff0000", end_color="#0000ff", steps=5)
# Farbenblindheit simulieren
tool_simulate_color_blindness(color_hex="#ff0000", blindness_type="protanopia")
APIs
- TheColorAPI (kostenlos, kein Key) -- Detail-Info und Palettengenerierung
- Alle anderen Tools laufen rein lokal (Python
colorsys)
Lizenz
MIT -- (c) AiAgentKarl
Verwandte Server
- accessibility-mcp-server -- WCAG 2.1 AA Pruefung fuer Webseiten
- document-intelligence-mcp -- PDF/DOCX Analyse
- museum-mcp-server -- Kunst & Design aus Met NYC + Art Institute Chicago
Установка Color Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/AiAgentKarl/color-mcp-serverFAQ
Color Server MCP бесплатный?
Да, Color Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Color Server?
Нет, Color Server работает без API-ключей и переменных окружения.
Color Server — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Color Server в Claude Desktop, Claude Code или Cursor?
Открой Color Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
LibreOffice Tools
Enables AI agents to read, write, and edit Office documents via LibreOffice with token-efficient design. Supports multiple formats including DOCX, XLSX, PPTX, a
автор: passerbyflutterdannote/figma-use
Full Figma control: create shapes, text, components, set styles, auto-layout, variables, export. 80+ tools.
автор: dannoteLogo.dev
Search and retrieve company logos by brand or domain. Customize size, format, and theme to match your design needs. Accelerate design, prototyping, and content
автор: NOVA-3951PIX4Dmatic
Enables GUI automation for controlling PIX4Dmatic on Windows through MCP. Supports launching, focusing, capturing screenshots, sending hotkeys, clicking UI elem
автор: jangjo123Compare Color Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории design
