image-tools-mcp

apple39034/image-tools-mcp
★ 0 stars Python 🤖 AI/LLM Updated today
Image processing MCP server for Claude Code (watermark, crop, color adjust)
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "image-tools-mcp": {
      "command": "uvx",
      "args": [
        "image-tools-mcp"
      ]
    }
  }
}

Or install with pip: pip install image-tools-mcp