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.