Mochify MCP
mochify-cli
mochify.app을 위한 명령줄 도구이자 MCP 서버입니다. 네이티브 C++ 엔진으로 구동되는 빠르고 개인정보 보호를 우선시하는 이미지 압축 및 변환 API입니다.
터미널에서 이미지를 최신 형식(AVIF, JXL, WebP, Jpegli)으로 압축 및 변환하거나, Model Context Protocol을 통해 Claude와 같은 AI 어시스턴트가 이미지 처리에 직접 액세스하도록 할 수 있습니다.
설치
macOS (Homebrew):
brew tap getmochify/mochify
brew install mochifyLinux / WSL:
# x86_64
curl -L https://github.com/getmochify/mochify-cli/releases/latest/download/mochify-linux-x86_64 -o mochify
chmod +x mochify
sudo mv mochify /usr/local/bin/
# arm64
curl -L https://github.com/getmochify/mochify-cli/releases/latest/download/mochify-linux-arm64 -o mochify
chmod +x mochify
sudo mv mochify /usr/local/bin/수동 설치: 모든 바이너리는 Releases에서 확인할 수 있습니다.
소스에서 빌드:
cargo install --path .Related MCP server: tinypng-mcp-server
인증
mochify.app 계정으로 로그인하여 전체 할당량을 잠금 해제하세요:
mochify auth login브라우저가 열리면 로그인하고 CLI를 승인하세요. 자격 증명은 ~/.config/mochify/credentials.toml에 자동으로 저장되므로 환경 변수나 수동 키 복사가 필요하지 않습니다. CLI와 MCP 서버 모두 이를 자동으로 가져옵니다.
mochify auth status # check whether you're signed in
mochify auth logout # remove saved credentials무료 티어(인증되지 않음)는 하루 25개의 이미지로 제한됩니다. mochify.app에서 가입하세요.
CLI 사용법
mochify [OPTIONS] <FILES>...옵션
플래그 | 설명 |
| 출력 형식: |
| 대상 너비(픽셀) |
| 대상 높이(픽셀) |
| 정확한 치수로 자르기 |
| 회전: |
| 출력 디렉토리 (기본값: 입력과 동일) |
| 자연어 프롬프트 — 매개변수를 자동으로 해결 |
| API 키 재정의 (또는 |
예시
# Convert a JPEG to AVIF
mochify photo.jpg -t avif
# Resize and convert to WebP
mochify photo.jpg -t webp -w 800
# Batch convert a folder to AVIF at 1200px wide
mochify ./images/*.jpg -t avif -w 1200 -o ./compressed
# Use a natural-language prompt instead of explicit flags
mochify photo.jpg -p "convert to avif and resize to 1200px wide"
# Prompt works with multiple files too
mochify ./images/*.jpg -p "compress for web, keep under 1000px wide" -o ./outMCP 서버 (Claude Desktop)
mochify는 MCP 서버로 실행되어 Claude가 대화 중에 직접 이미지를 처리하도록 할 수 있습니다.
설정
먼저 mochify auth login을 실행한 다음, ~/Library/Application Support/Claude/claude_desktop_config.json에 있는 Claude Desktop 설정에 다음을 추가하세요:
{
"mcpServers": {
"mochify": {
"command": "mochify",
"args": ["serve"]
}
}
}Claude Desktop을 다시 시작하세요. mochify 서버가 연결 항목에 나타나며 저장된 자격 증명을 자동으로 사용합니다.
사용법
이미지의 전체 경로와 함께 원하는 작업을 자연어로 설명하기만 하면 됩니다:
"Convert
/Users/me/Desktop/photo.jpgto AVIF at 1000px wide"
"Compress all the JPEGs in
/Users/me/projects/blog/images/to WebP and save them to/Users/me/projects/blog/compressed/"
Claude가 자동으로 squish 도구를 호출합니다.
API
https://api.mochify.xyz/v1/squish의 mochify API로 구동됩니다.
이미지는 메모리 내에서 처리되며 디스크에 저장되지 않습니다.
JPEG(Jpegli), AVIF, JXL, WebP 및 PNG 출력을 지원합니다.
이미지당 최대 25MB까지 지원합니다.
웹 인터페이스는 mochify.app을 방문하세요.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseCqualityDmaintenanceImage Tools MCP is a Model Context Protocol (MCP) service that retrieves image dimensions and compresses images from URLs and local files using the TinyPNG API. It supports converting images to formats like webp, jpeg/jpg, and png, providing detailed information on width, height, type, and compressi22510MIT
- Apache 2.0

Cloudinaryofficial
AlicenseNot gradedqualityDmaintenanceCloudinary MCP server enables AI agents to upload, manage, analyze transform, optimize and deliver media using Cloudinary’s API.10MIT- AlicenseNot gradedqualityCmaintenanceMCP server for image optimization, conversion, AI generation, and gallery management via SnapiX API.28MIT
Related MCP Connectors
Normalize and convert more than 400 file types via TweekIT's hosted MCP streamable HTTP endpoint.
MCP server for Tinify image optimization — one tool, max optimization
Create App Store screenshots, icons, ASO copy, localization, and revisions via hosted MCP.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/getmochify/mochify-cli'
If you have feedback or need assistance with the MCP directory API, please join our Discord server