Just ask. Your AI handles the images.

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

GetWebP MCP Server là một máy chủ Model Context Protocol mã nguồn mở cho phép các trợ lý lập trình AI — Claude, Cursor, Windsurf và các công cụ khác — có khả năng chuyển đổi hình ảnh cục bộ. Nó chạy hoàn toàn trên máy của bạn: không tải lên đám mây, không API key, không đánh đổi quyền riêng tư. Hỗ trợ PNG, JPG, GIF, TIFF và BMP sang WebP và AVIF với các preset chất lượng có thể cấu hình. Cài đặt bằng một lệnh npx duy nhất.

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 Server FAQ

Đó là một máy chủ Model Context Protocol mã nguồn mở cho phép các trợ lý lập trình AI — Claude, Cursor, Windsurf và bất kỳ client tương thích MCP nào — chạy các lần chuyển đổi hình ảnh cục bộ dưới dạng một công cụ. Máy chủ nhúng trực tiếp thư viện chuyển đổi lõi của GetWebP CLI (import cùng các module TypeScript — không spawn bất kỳ tiến trình con nào), vì vậy mọi xử lý đều diễn ra trong cùng một tiến trình trên máy của bạn.

Bất kỳ client nào nói chuyện được với MCP, bao gồm Claude Code, Cursor, Windsurf và Claude Desktop. Sau khi được đăng ký, trợ lý sẽ thấy các công cụ của GetWebP (scan, convert, status) và có thể gọi chúng trực tiếp trong một cuộc hội thoại.

Không. Máy chủ chạy 100% cục bộ, ủy thác cho GetWebP CLI cục bộ và không bao giờ liên hệ với dịch vụ bên ngoài. Bạn có thể sử dụng nó offline và bên trong các môi trường air-gapped.

Ba công cụ: scan (liệt kê các ảnh có thể chuyển đổi trong một thư mục), convert (tạo biến thể WebP hoặc AVIF với tùy chọn chất lượng) và status (báo cáo tiến độ chuyển đổi và mức tiết kiệm). Mỗi công cụ trả về JSON có cấu trúc để agent của bạn có thể suy luận.

Bản thân máy chủ MCP là miễn phí. Pro áp dụng cho CLI bên dưới: các lần chạy miễn phí có giới hạn số tệp-mỗi-lần-chạy và kích thước tệp tối đa; Pro mở khóa giới hạn cao hơn và xử lý ưu tiên. Xem trang giá để biết hạn mức chính xác.

Xác nhận máy chủ đã được đăng ký trong cài đặt MCP của client và khởi động lại client. Nếu vẫn thất bại, chạy `npx -y @getwebp/mcp-server --help` trong terminal để xác minh npx có thể giải quyết gói, sau đó kiểm tra nhật ký MCP của client để xem lỗi chính xác.