Skip to main content
Glama

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.git

Or via uv:

uv tool install git+https://github.com/timaliev/mcp_images.git

Related 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

raster_info

Image metadata: dimensions, format, mode, DPI, file size

raster_convert

Convert format (png, jpeg, webp, tiff, bmp)

raster_resize

Resize by dimensions, scale, or fit mode

raster_crop

Crop to rectangle

raster_rotate

Rotate by degrees

raster_adjust

Brightness, contrast, saturation, sharpness, gamma

raster_filter

Blur, sharpen, denoise, grayscale, invert, threshold

raster_enhance

Auto-enhance (contrast, color, sharpness, all)

Development

git clone https://github.com/timaliev/mcp_images.git
cd mcp_images
uv run pytest
Install Server
F
license - not found
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

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