Odel
Image Reader MCP

Image Reader MCP

Local
@sylphxai2TypeScriptMITUpdated 1w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@sylphx/image-reader-mcpv0.1.0

Run

npx -y @sylphx/image-reader-mcp

MCP client config

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