1. Conduid
  2. Developer Tools
  3. Graphics MCP
MCP server · Developer Tools

Graphics MCP

MCP server for graphics-mcp

Unclaimed BSD-3-Clause last commit 6 months ago devtools
59Fair

Scored just now · breakdown

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

Install
npx graphics-mcp

This 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

I know everything about Graphics MCP. Ask me about installation, configuration, usage, or troubleshooting.

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

v0.4.2v0.4.2
v0.4.1v0.4.1
v0.4.0v0.4.0
v0.3.0v0.3.0

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 metadata
  • convert_image - Convert between formats
  • resize_image - Resize with multiple modes
  • crop_image - Crop to boundaries
  • apply_filter - Apply effects (blur, sharpen, grayscale, etc.)
  • rotate_image - Rotate by degrees
  • flip_image - Flip horizontally/vertically
  • create_thumbnail - Generate thumbnails

Configuration

Set via environment variables with GRAPHICS_ prefix:

  • GRAPHICS_ALLOWED_DIRECTORIES - Comma-separated list of allowed paths
  • GRAPHICS_MAX_FILE_SIZE_MB - Maximum file size (default: 100)

README mirrored from the source repository just now. The original is authoritative.

Questions

About Graphics MCP

How do I install Graphics MCP?

Run npx graphics-mcp, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Graphics MCP safe to use with an AI agent?

Its trust score is 59 out of 100 (fair). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Graphics MCP still maintained?

The last commit was 6 months ago, with 0 open issues. That's long enough that you should check whether the maintainer is responding to issues before depending on it.