Back to Home
ironsheep icon

image_tools_mcp

Verified Safe

by ironsheep

Overview

Provides precise image analysis capabilities (measurements, color extraction, OCR, shape detection) to Claude for tasks like diagram recreation and UI analysis.

Installation

Run Command
docker run --rm -i -v "$(pwd)/examples:/images/examples:ro" ghcr.io/ironsheep/image-tools-mcp:latest

Environment Variables

  • IMAGE_MCP_LOG_LEVEL

Security Notes

The server is written in Go, which is memory-safe. It uses `os/exec` for OCR on macOS and Windows, but arguments to the `tesseract` command-line tool are passed as separate strings, preventing shell injection vulnerabilities. Docker deployments mount user directories as read-only (`:ro`), limiting potential write-based attacks from within the container. OCR on Linux is embedded, removing the `os/exec` dependency for that platform. No `eval`, obvious obfuscation, or hardcoded secrets were found. The primary remaining risk would be an unknown vulnerability within the external Tesseract CLI itself, which is outside the scope of this server's code.

Similar Servers

Stats

Interest Score12
Security Score8
Cost ClassHigh
Avg Tokens50000
Stars1
Forks0
Last Update2025-12-22

Tags

image analysisOCRshape detectionmeasurementdiagrammingcomputer vision