pipeworx-io/mcp-colorapi
MCP server for The Color API — color identification, scheme generation, and format conversion
Platform-specific configuration:
{
"mcpServers": {
"mcp-colorapi": {
"command": "npx",
"args": [
"-y",
"mcp-colorapi"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
MCP server for The Color API — identify colors by hex, generate color schemes, and convert between RGB/HSL/HSV/CMYK formats. Free, no auth required.
| Tool | Description | |------|-------------| | identify_color | Get color name, all formats, and contrast info for a hex value | | generate_scheme | Generate a harmonious color scheme (monochrome, analogic, complement, triad, quad) | | convert_color | Convert an RGB color to all other formats |
Add to your MCP client config:
{
"mcpServers": {
"colorapi": {
"type": "url",
"url": "https://gateway.pipeworx.io/colorapi"
}
}
}npx @anthropic-ai/mcp-client https://gateway.pipeworx.io/colorapiMIT
Loading reviews...