
color-convert-mcp
A Model Context Protocol server that provides color conversion between multiple color spaces including RGB, RGBA, HEX, HSL, OKLCH, LAB, and CMYK.
README
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.
🧩 Popular MCP Clients
- 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
-
Open your Claude for Desktop configuration file:
- MacOS:
~/Library/Application Support/Claude/claude_desktop_config.json
- Windows:
%AppData%\Claude\claude_desktop_config.json
- MacOS:
-
Add your server to the
mcpServers
section. Example for stdio mode:
{
"mcpServers": {
"color-convert-mcp": {
"command": "pnpm",
"args": ["start"],
"env": {
"NODE_ENV": "production"
}
}
}
}
- Save the file and restart Claude for Desktop.
For more details, see the official MCP server quickstart guide.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.