loading…
Search for a command to run...
loading…
Color AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
Color AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
Color AI MCP Server — Color manipulation and accessibility tools.
Color AI MCP Server — Color manipulation and accessibility tools.
| Tool | Description |
|---|---|
hex_to_rgb |
Convert hex color to RGB, HSL, and HSV. |
generate_palette |
Generate color palette. Schemes: complementary, analogous, triadic, split_comple |
check_contrast |
Check WCAG contrast ratio between two colors. |
suggest_accessible |
Suggest accessible text colors for a given background. Targets WCAG AA by defaul |
pip install meok-color-ai-mcp
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"color-ai": {
"command": "python",
"args": ["-m", "meok_color_ai_mcp.server"]
}
}
}
from mcp.server.fastmcp import FastMCP
# This server exposes 4 tool(s) via MCP
# See server.py for full implementation
MIT © MEOK AI Labs
Add this to claude_desktop_config.json and restart Claude Desktop.
{
"mcpServers": {
"color-ai-mcp": {
"command": "npx",
"args": []
}
}
}