Local MCP server providing image and video processing tools without API keys or configuration.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Media MCP.
get_image_infoGet detailed information about an image file. Returns dimensions, format, color mode, file size, and EXIF metadata.
resize_imageResize an image by dimensions or scale factor. Provide width/height, or a scale factor (e.g. 0.5 for half size). By default, aspect ratio is preserved. If only width or height is given, the other dimension is calculated automatically.
convert_imageConvert an image to a different format. Supported formats: PNG, JPEG, WebP, GIF, BMP, TIFF, ICO, AVIF.
compress_imageCompress an image to reduce file size. Optionally resize to max dimensions while compressing. Works best with JPEG and WebP. PNG files will be converted to optimized PNG.
crop_imageCrop an image to a specific region. Coordinates are in pixels from the top-left corner.
create_thumbnailCreate a square thumbnail from an image. The image is resized to fit within a square of the given size, preserving aspect ratio.
MCP server for image & video processing. No API keys. No config. Just tools.
Give your AI assistant the power to resize, convert, compress, crop, filter, and analyze images and videos β all through Model Context Protocol.
Works with Claude Desktop, Claude Code, Cursor, VS Code, Windsurf, and any MCP-compatible client.
Add to your MCP config:
That's it. No API keys, no accounts, no environment variables.
| Tool | Description |
|---|---|
get_image_info | Get dimensions, format, color mode, file size, EXIF data |
resize_image | Resize by dimensions or scale factor with aspect ratio control |
convert_image | Convert between PNG, JPEG, WebP, GIF, BMP, TIFF, ICO, AVIF |
compress_image | Optimize file size with quality and max dimension controls |
crop_image | Crop to specific pixel coordinates |
create_thumbnail | Generate thumbnails with size control |
strip_metadata | Remove all EXIF/metadata for privacy |
rotate_image | Rotate by any angle with optional expansion |
flip_image | Mirror horizontally or vertically |
apply_filter | Apply blur, sharpen, grayscale, emboss, contour, and more |
| Tool | Description |
|---|---|
get_video_info | Get duration, resolution, codec, bitrate, FPS, audio info |
extract_frames | Pull frames at regular intervals |
convert_video | Convert between MP4, WebM, MOV, AVI, GIF, MKV |
Once connected, just ask your AI:
"Resize screenshot.png to 800px wide"
"Convert all the PNGs in this folder to WebP"
"Strip the EXIF data from photo.jpg for privacy"
"Compress this image to under 500KB"
"Extract a frame every 5 seconds from demo.mp4"
"What are the dimensions of banner.png?"
"Make a grayscale version of logo.png"
"Create a 128x128 thumbnail of product-photo.jpg"
Note: Video tools require
ffmpegto be installed on your system. Install it from ffmpeg.org or via your package manager:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.jsonSettings β MCP Servers β Add:
Add to .vscode/mcp.json:
Images: PNG, JPEG, WebP, GIF, BMP, TIFF, ICO, AVIF
Videos: MP4, WebM, MOV, AVI, GIF, MKV (requires ffmpeg)
MIT β do whatever you want with it.
Contributions welcome! Please open an issue first to discuss what you'd like to add.
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/adityaaery20-media-mcp)<a href="https://allmcps.com/mcp/adityaaery20-media-mcp"><img src="https://allmcps.com/api/badge/adityaaery20-media-mcp?style=directory" alt="Media MCP on AllMCPs" /></a>