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
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Comments