Image Reader MCP

Local-first image facts your agent can cite: dimensions, metadata, regions, optional OCR with boxes.

People connecting media tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-17 · ★ 2 · #56 OF 155 MAINTAINED MEDIA · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Image Reader MCP

before you install - you'll need

The README does not document required environment variables for a basic install.

Claude Code

claude mcp add sylphxai-image-reader-mcp -- npx -y @sylphx/image-reader-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "sylphxai-image-reader-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@sylphx/image-reader-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

repo age created 2026-07-08 - young repo, little track record yet

license MIT - declared in the repository

npm package @sylphx/image-reader-mcp - the @sylphx scope differs from the repo owner (sylphxai); confirm it's the project's official package

registry namespace io.github.SylphxAI is GitHub-verified and matches the repo owner

03 · What Image Reader MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.1.0 · 2026-07-08

Ship v0.1.0 read_image MCP tool with sharp metadata, exifr EXIF, optional Tesseract OCR, and Agent Media Twin output. · All notable changes are documented here. Releases use Changesets.

04 · Who maintains Image Reader MCP

Image Reader MCP is maintained by sylphxai. We track 4 MCP servers from sylphxai - 3 actively maintained, 907 combined GitHub stars, oldest repo from Apr 2025. Full record: all servers from sylphxai.

  1. PDF Reader MCP Evidence-first PDF MCP. Agent Document Twin with citeable page+bbox evidence. ★ 902
  2. Video Reader MCP Evidence-first video MCP. Timeline document with ffprobe streams and subtitle cues. ★ 3

05 · Facts

category
media - ranked #56 of 155 actively-maintained media servers as of 2026-08-25.
release cadence
1 release in the last 90 days (latest 2026-07-08)
registry
io.github.SylphxAI/image-reader-mcp (active, first published 2026-07-08)
packages
npm:@sylphx/image-reader-mcp

06 · Image Reader MCP FAQ

What is Image Reader MCP?

Local-first image facts your agent can cite: dimensions, metadata, regions, optional OCR with boxes.

Is Image Reader MCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-17 and it shipped 1 release in the last 90 days. We re-verify nightly.

How do I install Image Reader MCP?

Run `npx -y @sylphx/image-reader-mcp`. The README does not document required environment variables for a basic install. You can also paste the ready-made client config above.

Does Image Reader MCP run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Image Reader MCP

More media MCP servers · Video Reader MCP · Talonic · Vidlens MCP · Transcribe · Tuteliq MCP Server

More TypeScript MCP servers · PDF Reader MCP · Code Inspectus · Recon Crypto MCP · VaultPilot MCP · see all