MCP.so
ログイン
I

Imagician

@flowy11

Imagician について

A Model Context Protocol (MCP) server for comprehensive image editing operations including resizing, format conversion, cropping, compression, and more.

基本情報

カテゴリ

その他

トランスポート

stdio

公開者

flowy11

投稿者

Hongyi

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "imagician": {
      "command": "npx",
      "args": [
        "-y",
        "@flowy11/imagician"
      ]
    }
  }
}

ツール

8

Resize an image to specified dimensions

Convert image between formats (jpeg, png, webp, avif)

Crop an image to specified region

Compress an image with quality settings

Rotate an image by specified degrees

Flip an image horizontally or vertically

Get metadata and information about an image

Generate multiple sizes from one image

概要

What is Imagician?

Imagician is a Model Context Protocol (MCP) server for comprehensive image editing operations such as resizing, format conversion, cropping, compression, and more. It integrates with Claude Desktop to allow AI-driven image manipulation via natural language commands.

How to use Imagician?

Install the package globally via npm (npm install -g @flowy11/imagician) or build from source. Then add an entry to your Claude Desktop configuration file, pointing to the Imagician command. Users can then invoke tools like resize_image, convert_format, crop_image, etc. by describing operations in plain language.

Key features of Imagician

  • Resize images with fit and aspect ratio options
  • Convert between JPEG, PNG, WebP, and AVIF formats
  • Crop a specific region from an image
  • Compress images with quality control
  • Rotate images by any angle and flip in any direction
  • Extract image metadata and batch process multiple sizes

Use cases of Imagician

  • Resize a photo to fit social media dimensions
  • Convert screenshots to WebP for web performance
  • Crop profile pictures to a square aspect ratio
  • Generate multiple responsive image sizes for a website
  • Extract image metadata for cataloging

FAQ from Imagician

How do I install Imagician?

You can install it globally via npm (npm install -g @flowy11/imagician) or clone the repository and build from source.

How do I use Imagician with Claude Desktop?

Add an entry to your Claude Desktop configuration file (claude_desktop_config.json) using either npx, the global command, or the source build path.

What image editing operations does Imagician support?

It supports resize, format conversion, crop, compress, rotate, flip, batch resize, and metadata extraction — each exposed as a distinct MCP tool.

What output formats are available for conversion?

Conversion is supported to JPEG, PNG, WebP, and AVIF, with optional quality control for lossy formats.

コメント

「その他」の他のコンテンツ