📦
Graphics MCP
MCP server for graphics-mcp
0 installs
Trust: 59 — Fair
Devtools
Installation
npx graphics-mcpAsk AI about Graphics MCP
Powered by Claude · Grounded in docs
I know everything about Graphics MCP. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
graphics-mcp
Unified MCP server for graphics manipulation with multiple backends.
Installation
uv pip install -e .
Usage
# Stdio mode (default)
graphics-mcp serve
# HTTP mode
graphics-mcp serve --http --port 3040
# With custom allowed directories
graphics-mcp serve --allowed-dir /path/to/images
Tools
get_image_info- Get image metadataconvert_image- Convert between formatsresize_image- Resize with multiple modescrop_image- Crop to boundariesapply_filter- Apply effects (blur, sharpen, grayscale, etc.)rotate_image- Rotate by degreesflip_image- Flip horizontally/verticallycreate_thumbnail- Generate thumbnails
Configuration
Set via environment variables with GRAPHICS_ prefix:
GRAPHICS_ALLOWED_DIRECTORIES- Comma-separated list of allowed pathsGRAPHICS_MAX_FILE_SIZE_MB- Maximum file size (default: 100)
