PluginBench
MCP Server
Active
MIT

Image Reader MCP MCP Server

io.github.SylphxAI/image-reader-mcp

What is the Image Reader MCP MCP server?

Evidence-first image MCP. Agent Media Twin with metadata and citeable OCR evidence.

How to install Image Reader MCP

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "image-reader-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@sylphx/image-reader-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "image-reader-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@sylphx/image-reader-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "image-reader-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@sylphx/image-reader-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "image-reader-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@sylphx/image-reader-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add image-reader-mcp -- npx -y @sylphx/image-reader-mcp

Related MCP servers

Evidence-first PDF MCP. Agent Document Twin with citeable page+bbox evidence.

895
TypeScript
MIT
View repository →

Evidence-first video MCP. Timeline document with ffprobe streams and subtitle cues.

2
TypeScript
MIT
View repository →

Sniff format and delegate to Sylphx Reader siblings for unified media read.

0
TypeScript
MIT
View repository →