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-mcpRelated MCP servers
PDF Reader MCP
Active
Evidence-first PDF MCP. Agent Document Twin with citeable page+bbox evidence.
895
View repository →TypeScript
MIT
Video Reader MCP
Active
Evidence-first video MCP. Timeline document with ffprobe streams and subtitle cues.
2
View repository →TypeScript
MIT
Smart Reader MCP
Active
Sniff format and delegate to Sylphx Reader siblings for unified media read.
0
View repository →TypeScript
MIT