Skip to content
Claude Desktop

image processing for Claude Desktop

ai.pictomancer/image-processing

Image processing for AI agents: resize, convert, compress, crop, and web-ready AI-generated images.

client:Claude Desktop transport:streamable-http tools:10

Install image processing in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "image-processing": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://api.pictomancer.ai/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

What Claude Desktop can do once it is connected

image processing in other clients