Back to Home
ironsheep icon

image_tools_mcp

Verified Safe

by ironsheep

Overview

Provides precise image analysis capabilities (measurements, color, OCR, shape detection) to Claude for tasks like diagram recreation as TikZ/LaTeX code.

Installation

Run Command
docker run --rm -i -v /path/to/your/images:/images:ro ghcr.io/ironsheep/image-tools-mcp:latest

Environment Variables

  • IMAGE_MCP_LOG_LEVEL
  • IMAGE_TOOLS_MCP_DEBUG

Security Notes

On macOS and Windows, the server uses 'os/exec' to invoke the external Tesseract CLI for OCR. While Go's 'exec.Command' passes arguments directly to the executable (mitigating shell injection), there's a dependency on a correctly installed and non-vulnerable Tesseract. Maliciously crafted image paths or language codes *could* potentially exploit vulnerabilities within Tesseract itself, though direct command injection is unlikely. Docker deployments use read-only volume mounts, which is a good practice for limiting write access to the host. Linux builds integrate Tesseract natively (CGO), which is safer.

Similar Servers

Stats

Interest Score0
Security Score7
Cost ClassHigh
Avg Tokens30000
Stars0
Forks0
Last Update2025-12-13

Tags

Image AnalysisDiagram ToolsOCRShape DetectionMeasurement