Skip to main content
Glama

color-convert-mcp

by terasum
602
  • Apple

color-convert-mcp

A robust, extensible MCP server for color conversion between multiple color spaces, including RGB, RGBA, HEX, HSL, OKLCH, LAB, and CMYK. Built with FastMCP and TypeScript, this server provides accurate color conversions and is fully tested with a comprehensive suite.


🤖 What is MCP?

MCP (Model Context Protocol) is an open protocol that lets AI models connect to external tools, data, and systems—like giving your AI a "superpower plug."

  • Why? Most LLMs (like Claude, GPT, Qwen) can only chat. MCP lets them actually do things: fetch data, run code, automate tasks, and interact with your apps.
  • How? MCP servers expose tools (functions), resources (data), and prompts (templates) that AI clients can call.
  • Example: With an MCP server, your AI can convert colors, send Slack messages, query databases, or even build 3D models—right from your chat or IDE.
  • Claude Desktop: Official Anthropic client, easy for everyone.
  • Cherry Studio: Visual configuration, beginner-friendly.
  • 5ire: Modern AI assistant, supports many providers and platforms.
  • Cursor: Code editor with MCP integration for developers.
  • DeepChat: Multi-model AI assistant with MCP support.

For a Chinese-language introduction and more resources, see Awesome-MCP-ZH.


📚 Learn More


🎨 Features

  • Color Conversion Service: Convert colors between RGB, RGBA, HEX (6/8 digit), HSL, OKLCH, LAB, and CMYK.
  • Robust Parsing: Supports percent, decimals, and out-of-range values for all color spaces.
  • Precision Handling: Uses tolerant numeric comparison for floating-point color values.
  • API Ready: Easily integrate as an MCP server in your workflow or as a backend service.
  • Tested: 20+ tests covering all color spaces and edge cases.

Running the MCP Server

You can run the MCP server in stdio (CLI) mode:

stdio Transport (CLI Mode)

Start the server in stdio mode for CLI tools:

pnpm start # or npm start yarn start bun start

By default, the server runs in stdio mode for local CLI/MCP integration.


🖥️ Connecting to Claude for Desktop (or other MCP clients)

You can connect this MCP server to Claude for Desktop or any other MCP-compatible client.

Claude for Desktop Configuration

  1. Open your Claude for Desktop configuration file:
    • MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json
    • Windows: %AppData%\Claude\claude_desktop_config.json
  2. Add your server to the mcpServers section. Example for stdio mode:
{ "mcpServers": { "color-convert-mcp": { "command": "pnpm", "args": ["start"], "env": { "NODE_ENV": "production" } } } }
  1. Save the file and restart Claude for Desktop.

For more details, see the official MCP server quickstart guide.


-
security - not tested
F
license - not found
-
quality - not tested

A Model Context Protocol server that provides color conversion between multiple color spaces including RGB, RGBA, HEX, HSL, OKLCH, LAB, and CMYK.

  1. 🤖 What is MCP?
    1. 🧩 Popular MCP Clients
  2. 📚 Learn More
    1. 🎨 Features
      1. Running the MCP Server
    2. 🖥️ Connecting to Claude for Desktop (or other MCP clients)
      1. Claude for Desktop Configuration

    Related MCP Servers

    • A
      security
      A
      license
      A
      quality
      Model Context Protocol server for fetching web content and processing images. This allows Claude Desktop (or any MCP client) to fetch web content and handle images appropriately.
      Last updated -
      1
      1,570
      21
      JavaScript
      MIT License
      • Apple
    • -
      security
      A
      license
      -
      quality
      A Model Context Protocol server providing vector database capabilities through Chroma, enabling semantic document search, metadata filtering, and document management with persistent storage.
      Last updated -
      17
      Python
      MIT License
      • Apple
      • Linux
    • A
      security
      A
      license
      A
      quality
      A Model Context Protocol server that provides tools for code modification and generation via Large Language Models, allowing users to create, modify, rewrite, and delete files using structured XML instructions.
      Last updated -
      12
      Python
      MIT License
      • Linux
      • Apple
    • -
      security
      A
      license
      -
      quality
      Model Context Protocol server for interacting with the HaloPSA API, enabling AI assistants like Claude to manage tickets, users, and assets in HaloPSA through natural language.
      Last updated -
      74
      JavaScript
      MIT License
      • Apple
      • Linux

    View all related MCP servers

    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/terasum/color-convert-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server