mcp-pallete

mcp-pallete

3.1

If you are the rightful owner of mcp-pallete and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

This document provides a guide for setting up a Model Context Protocol (MCP) server with a focus on integrating the IMAGGA API for image processing tasks.

Installation

  1. Install dependencies.
uv sync
  1. To get IMAGGA keys register at "https://imagga.com/profile/dashboard"
  2. Add this config to your MCP config json file.
{
  "mcpServers": {
    "mcp-pallete": {
      "command": "uv", // or your uv executable path
      "args": [
        "--directory",
        "/ABSOLUTE/PATH/TO/PARENT/FOLDER/mcp-pallete",
        "run",
        "src/app.py"
      ],
      "env": {
        "IMAGGA_API_KEY": "YOUR_IMAGGA_API_KEY",
        "IMAGGA_API_SECRET": "YOUR_IMAGGA_API_SECRET"
      }
    }
  }
}
  1. Restart claude (or your LLM of choice)

How it looks

As the result we get palletes: