rnv-color-mcp
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@rnv-color-mcpmix navy blue and teal"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
rnv-color-mcp
A remote MCP server exposing the RNV color workflow: compute color, remember palettes, transform text. The logic is lifted, Qt-free, from the RNV desktop suite (color-mixer, palette-manager, text-transformer). The GUIs stay GUIs; this exposes the engine that was always behind them, so an LLM (and, later, the fashion design app) can call it directly.
Status
Phase 1 complete: engine extracted, palette store built, all seven tools verified Qt-free.
Phase 2 (the FastMCP server) is next. See RNV_MCP_Color_Server_RUNBOOK.md.
Related MCP server: MCP Color Converter
Tools
Every color input accepts a hex, a CSS name (red), an RNV brand name (brand gold,
near-black), or a saved-palette reference (Spring line, Spring line:2).
Color — mix_colors (modes: rgb, hsv, lab, paint, ryb, cmy), convert_color,
generate_harmony (complementary, analogous, triadic, split-complementary, tetradic/square,
monochromatic, compound)
Text — transform_text (11 case operations)
Palette memory — save_palette, list_palettes, get_palette
Layout
engine/ Qt-free logic (verbatim lift + new store)
color_math.py mix + convert (from palette-manager: modern Py 3.13 copy)
color_harmony.py harmony engine (from color-mixer: the complete dispatcher)
text_transform.py case operations (from text-transformer)
palette_metadata.py palette schema (from palette-manager)
palette_store.py NEW: single-file JSON store, app-compatible schema
resolve.py NEW: color name resolution (RNV brand + palettes + CSS names)
api.py the 7 tools as plain functions (the seam the server decorates)
server.py FastMCP server: registers the 7 tools, Streamable HTTP
tests/smoke_test.py proves the engine + store run standaloneRun the smoke test
python tests/smoke_test.pyEngine, store, and resolver are standard-library only; the server needs fastmcp.
Run the server
pip install -r requirements.txt
python server.py # Streamable HTTP on PORT (default 7860)Set RNV_PALETTE_STORE to a persistent path (e.g. /data/palettes.json on a Space) so saved palettes survive restarts.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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/RNVizion/rnv-color-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server