color mcp for Zed
io.github.mrfentmen/color-mcp
Look up color names, schemes, and conversions from The Color API. No key required.
client:Zed
transport:stdio
runtime:npm
Install color mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"color-mcp": {
"command": "npx",
"args": [
"-y",
"color-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs