Mcp Pallete
@Anna-Pinewood
About Mcp Pallete
Simple toy mcp server which can get img colors and make png palletes from it.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-pallete": {
"command": "uv",
"args": [
"sync"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Mcp Pallete?
Mcp Pallete is an MCP server that extracts color palettes from images using the Imagga API. It is designed for AI assistants such as Claude to generate color schemes on demand.
How to use Mcp Pallete?
Install dependencies with uv sync, obtain your Imagga API key and secret from imagga.com, then add the provided configuration to your MCP client’s config JSON (under mcpServers.mcp-pallete). Finally, restart your LLM client.
Key features of Mcp Pallete
- Extracts dominant colors from images as a palette.
- Uses the Imagga color extraction API.
- Runs locally via
uv(Python). - Simple JSON configuration for MCP clients.
Use cases of Mcp Pallete
- Generate color themes from photographs or artwork.
- Analyze brand color usage across multiple images.
- Provide accessibility-friendly color palettes for design tools.
FAQ from Mcp Pallete
What dependencies does Mcp Pallete require?
It requires Python and uv (installed via uv sync) for dependency management.
How do I get the Imagga API keys?
Register at https://imagga.com/profile/dashboard to obtain your IMAGGA_API_KEY and IMAGGA_API_SECRET.
What transport does Mcp Pallete use?
The server uses stdio transport, as it is launched as a subprocess by the MCP client.
Can I run Mcp Pallete locally without an LLM client?
Yes, you can run uv run src/app.py manually, but it is intended to be used through an MCP client like Claude.
Is there any limit on the number of images or requests?
The README does not specify limits; usage is bound by your Imagga plan’s rate limits.
More Other MCP servers
ICSS
chokcoco不止于 CSS
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Mobile Mcp
mobile-nextModel Context Protocol Server for Mobile Automation and Scraping (iOS, Android, Emulators, Simulators and Real Devices)
Awesome Mlops
visengerA curated list of references for MLOps
Comments