image-tools-mcp-server

jon-the-dev/image-tools-mcp-server
★ 0 stars JavaScript 🤖 AI/LLM Updated 1d ago
MCP server for image processing and manipulation tools
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-serv": {
      "command": "npx",
      "args": [
        "-y",
        "jon-the-dev/image-tools-mcp-server"
      ]
    }
  }
}

README Excerpt

A Model Context Protocol (MCP) server that provides powerful image processing capabilities using ImageMagick. This server enables AI assistants to perform image optimization, thumbnail generation, format conversion, and batch processing operations. ```bash npm install -g image-tools-mcp-server npx image-tools-mcp-server