Just ask. Your AI handles the images.

Give your AI assistant the ability to convert images — automatically, without leaving your machine.

GetWebP MCP 서버는 오픈소스 Model Context Protocol 서버로, Claude·Cursor·Windsurf 등 AI 코딩 어시스턴트가 이미지를 로컬에서 변환할 수 있게 해줍니다. 완전히 사용자 머신에서 실행됩니다: 클라우드 업로드 없음, API 키 없음, 프라이버시 트레이드오프 없음. PNG·JPG·GIF·TIFF·BMP를 WebP와 AVIF로 변환할 수 있으며 품질 프리셋도 설정할 수 있습니다. npx 한 줄이면 설치됩니다.

Claude Code

claude mcp add getwebp -- npx -y @getwebp/mcp-server

OpenClaw / KimiClaw / WorkBuddy / Cursor / Windsurf / other

json
{
  "mcpServers": {
    "getwebp": {
      "command": "npx",
      "args": ["-y", "@getwebp/mcp-server"]
    }
  }
}

Using Claude? Paste this into your terminal. Using OpenClaw, KimiClaw, WorkBuddy, or another tool? See setup below — it takes 30 seconds.

Works with your tools

ClaudeClaude
CursorCursor
WindsurfWindsurf
OpenClawOpenClaw
QClawQClaw
KimiClawKimiClaw
JVSClawJVSClaw
WorkBuddyWorkBuddy
ArkClawArkClaw

Don't see your tool? If it supports MCP, it works — check its settings for "MCP" or "integrations".

Sound familiar?

Before
After

Search for an online tool, upload one by one

Tell your AI assistant, it handles everything

Not sure if the website is trustworthy

Files never leave your computer

Don't know what quality setting to use

Automatically finds the best quality

Download the results, move files manually

Output appears right next to your originals

Three things your AI can now do on its own

Find images

Scan any folder to see which images haven't been converted yet — sizes, formats, everything. Nothing is changed.

Which images in my photos folder haven't been converted to WebP yet?

Convert images

Convert JPG, PNG, and more (including HEIC, AVIF, BMP) to optimized WebP. Automatically finds the best quality — no guessing required.

Convert everything in my images folder, skip files that already have a WebP version.

Check remaining quota

Ask your AI how many images you have left this month before starting a large job.

A real conversation

YouThere are a bunch of unoptimized images in my photos folder on the Desktop. Can you check what's there and convert them to WebP?
AgentI found 23 images — 14 PNGs and 9 JPEGs, 21.6 MB total. 2 already have WebP versions. Want me to convert the rest?
YouYes.
AgentDone. 21 images converted. 21.6 MB to 4.1 MB. Over 70% average file size reduction.

Two messages. You never opened a terminal.

Your files stay on your machine

Fast

No uploading, no waiting. Conversion happens on your computer — a batch of 50 images takes seconds.

Automatic

No quality settings to figure out. The engine finds the smallest file that still looks identical to the original.

Zero setup

No extra software. No accounts. Works on macOS, Windows, and Linux.

Free vs Pro

FreePro
Files per run20Unlimited
ProcessingOne at a timeAll at once
Max file size5 MB50 MB

Free plan processes one file at a time. A batch of 20 images takes about 60 seconds.

The same license covers both the CLI and the MCP server. Activate once, both tools pick it up.

Ready to try it?

Claude Code

claude mcp add getwebp -- npx -y @getwebp/mcp-server

OpenClaw / KimiClaw / WorkBuddy / Cursor / Windsurf / other

json
{
  "mcpServers": {
    "getwebp": {
      "command": "npx",
      "args": ["-y", "@getwebp/mcp-server"]
    }
  }
}

Paste this into your tool's MCP settings, then restart it. Not sure where? See the setup guide below.

MCP 서버 FAQ

오픈소스 Model Context Protocol 서버로, AI 코딩 어시스턴트 — Claude·Cursor·Windsurf 및 모든 MCP 호환 클라이언트 — 가 로컬 이미지 변환을 도구로 실행할 수 있게 합니다. 서버는 GetWebP CLI의 핵심 변환 라이브러리를 직접 임베드합니다(동일한 TypeScript 모듈을 import하며, 서브프로세스를 실행하지 않습니다). 따라서 모든 처리는 사용자 머신에서 동일한 프로세스 안에서 이루어집니다.

Claude Code, Cursor, Windsurf, Claude Desktop 등 MCP를 지원하는 모든 클라이언트에서 사용할 수 있습니다. 등록되면 어시스턴트가 GetWebP의 도구(scan, convert, status)를 인식하고 대화 중에 바로 호출할 수 있습니다.

필요 없습니다. 서버는 100% 로컬에서 실행되고, 로컬 GetWebP CLI에 처리를 위임하며, 외부 서비스에 절대 연결하지 않습니다. 오프라인 환경이나 에어갭 환경에서도 사용할 수 있습니다.

세 가지입니다: scan(디렉터리에서 변환 가능한 이미지 나열), convert(품질 옵션을 적용해 WebP 또는 AVIF 생성), status(변환 진행률과 절감량 보고). 각 도구는 구조화된 JSON을 반환해 에이전트가 추론하기 쉽게 합니다.

MCP 서버 자체는 무료입니다. Pro는 내부 CLI에 적용됩니다: 무료 실행은 실행당 파일 수와 최대 파일 크기 제한이 있고, Pro는 더 높은 한도와 우선 처리를 풀어줍니다. 정확한 쿼터는 가격 페이지를 참조하세요.

먼저 서버가 클라이언트의 MCP 설정에 등록되어 있는지 확인하고 클라이언트를 다시 시작하세요. 그래도 실패하면 터미널에서 `npx -y @getwebp/mcp-server --help`를 실행해 npx가 패키지를 해석할 수 있는지 확인한 다음, 클라이언트의 MCP 로그에서 정확한 오류를 살펴보세요.