TinyPNG MCP server provides image optimization capabilities through the TinyPNG API, enabling compression and resizing of both local and remote images. The implementation offers three main tools: compressing local images, compressing remote images via URL, and resizing images with various methods (scale, fit, cover, thumb). Built by Chuck, this server requires a TinyPNG API key and returns detailed compression statistics including original size, compressed size, and compression ratio, making it ideal for workflows that need efficient image optimization without quality loss.
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요
Compress a local image file. Parameters: imagePath (string) - The ABSOLUTE path to the image file to compress, outputPath (string) - The ABSOLUTE path to save the compressed image file, outputFormat (string) - The format to save the compressed image file.
Compress a remote image file by giving the URL of the image. Parameters: imageUrl (string) - The URL of the image file to compress, outputPath (string) - The ABSOLUTE path to save the compressed image file, outputFormat (string) - The format to save the compressed image file.