mcp_images
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp_imagesResize the image to 800x600"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcp_images
MCP server for raster image manipulation — Pillow + OpenCV.
Requires pi-mcp-bridge to connect to pi.
Installation
pip install git+https://github.com/timaliev/mcp_images.gitOr via uv:
uv tool install git+https://github.com/timaliev/mcp_images.gitRelated MCP server: jgkme/kilo-image-gen-mcp
Configuration
With pi-mcp-bridge
In ~/.pi/agent/settings.json:
{
"mcpBridge": {
"servers": [
{
"name": "raster",
"command": "mcp-raster",
"args": []
}
]
}
}Standalone MCP client
{
"mcpServers": {
"raster": {
"command": "mcp-raster",
"args": []
}
}
}Tools
Tool | Description |
| Image metadata: dimensions, format, mode, DPI, file size |
| Convert format (png, jpeg, webp, tiff, bmp) |
| Resize by dimensions, scale, or fit mode |
| Crop to rectangle |
| Rotate by degrees |
| Brightness, contrast, saturation, sharpness, gamma |
| Blur, sharpen, denoise, grayscale, invert, threshold |
| Auto-enhance (contrast, color, sharpness, all) |
Development
git clone https://github.com/timaliev/mcp_images.git
cd mcp_images
uv run pytestMaintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityCmaintenanceA lightweight MCP server for image processing and cloud uploads that automates resizing, converting, optimizing, and uploading images to services like AWS S3, Cloudflare R2, and Google Cloud Storage.Last updated1018MIT
- Alicense-qualityAmaintenanceMCP server for generating, editing, and processing images via multiple providers including Kilo, OpenRouter, OpenAI, and Gemini, with local tools for background removal, resizing, and cropping.Last updated142MIT
- Flicense-qualityCmaintenanceA full-featured image processing MCP server for AI assistants, exposing ~55 tools across 11 categories for editing, layers, conversion, AI segmentation/cleanup/generation, design analysis, and screenshot-to-code.Last updated
- Flicense-qualityDmaintenanceA powerful Model Context Protocol (MCP) server for image processing, designed to empower AI models with advanced image manipulation capabilities.Last updated
Related MCP Connectors
MCP server for NanoBanana AI image generation and editing
MCP server for Midjourney AI image generation and editing
MCP server for Flux AI image generation
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/timaliev/mcp_images'
If you have feedback or need assistance with the MCP directory API, please join our Discord server