About Graphics MCP
Graphics MCP is an MCP server published by lesleslie in the Developer Tools category: mCP server for graphics-mcp. It has been installed 0 times through Conduid.
Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.
Install
npx graphics-mcpThis server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.
Ask AI
Ask AI about Graphics MCP
Powered by Claude · Grounded in docs
Security checks
- ·README presentNot checked yet.
- ·License declaredNot checked yet.
- ·Tests presentNot checked yet.
- ·Dependencies pinnedNot checked yet.
- ·No dynamic code executionNot checked yet.
- !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.
Releases
README
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)
README mirrored from the source repository just now. The original is authoritative.