Zipic 图像压缩服务

Zipic 图像压缩服务

一个通过 Zipic 应用提供图像压缩和优化功能的 MCP 服务器。

快速入门

安装

方法 1:一键安装

运行以下命令自动安装最新版本:

curl -fsSL https://raw.githubusercontent.com/okooo5km/zipic-mcp-server/main/install.sh | bash

方法 2:从源码构建

  1. 克隆仓库: git clone https://github.com/okooo5km/zipic-mcp-server.git cd zipic-mcp-server
  2. 构建项目: swift build -c release
  3. 安装二进制文件: mkdir -p ~/.local/bin cp $(swift build -c release --show-bin-path)/zipic-mcp-server ~/.local/bin/

确保将 ~/.local/bin 添加到 PATH。

使用

  • 查看帮助信息:zipic-mcp-server --help
  • 查看版本号:zipic-mcp-server --version

支持工具:

  • quickCompress:快速压缩图像
  • advancedCompress:高级压缩选项,可调整质量、格式和尺寸

更多示例请参考 README。