MCP 图像处理服务器 MCP Server

mcp server for image professing

Local serverstdioTypeScript

What is the MCP 图像处理服务器 MCP server?

Connect MCP 图像处理服务器 to Claude, Cursor or any other MCP client and it stops being a tab you switch to. mcp server for image professing. The mcp 图像处理服务器 mcp server is what makes that connection.

What the server does

基于 Model Context Protocol (MCP) 的高性能图像处理服务器,提供格式转换、尺寸调整、压缩优化等丰富的图像处理功能。

Available tools

The toolset is worth reading before you wire it up, because it tells you what the integration is really for:

  • imagesPath — 绝对路径数组
  • outputFormat — 目标格式(jpeg、png、webp、tiff、gif、avif、heif)
  • quality — 输出质量(0-100)
  • compressionLevel — 压缩级别(0-9,9 为最高)
  • width — 目标宽度(像素,可选)
  • height — 目标高度(像素,可选)
  • resizeMode — 调整模式(contain、cover、fill、inside、outside)
  • maintainRatio — 是否保持宽高比(默认 true)
  • rotate — 旋转角度(-360 到 360 度,可选)
  • flip — 是否垂直翻转(可选)
  • mirror — 是否水平翻转(可选)
  • stripMetadata — 是否移除 EXIF 等元数据(默认 true)

Installation

Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.

Where it fits

Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. MCP 图像处理服务器's toolset — imagesPath, outputFormat, quality and 11 more — is a fair guide to whether it matches your workflow. It is maintained by HYPERVAPOR; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Worth knowing first

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • With 14 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch MCP 图像处理服务器.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
imagesPath绝对路径数组
outputFormat目标格式(jpeg、png、webp、tiff、gif、avif、heif)
quality输出质量(0-100)
compressionLevel压缩级别(0-9,9 为最高)
width目标宽度(像素,可选)
height目标高度(像素,可选)
resizeMode调整模式(contain、cover、fill、inside、outside)
maintainRatio是否保持宽高比(默认 true)
rotate旋转角度(-360 到 360 度,可选)
flip是否垂直翻转(可选)
mirror是否水平翻转(可选)
stripMetadata是否移除 EXIF 等元数据(默认 true)
progressive是否启用渐进式渲染(JPEG/PNG,可选)
fitMode缩放模式(contain、cover、fill、inside、outside,可选)

Example prompts to try

  • Use MCP 图像处理服务器 to imagesPath.
  • Use MCP 图像处理服务器 to outputFormat.
  • Use MCP 图像处理服务器 to quality.

Frequently asked questions

需要 Node.js 18 及以上版本、TypeScript 5 及以上版本,以及支持 `sharp` 原生模块的运行环境。