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
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
ghidraMCP
LaurieWiredMCP Server for Ghidra
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Comments