Skip to content
Cline

image viewer for Cline

io.github.oguntolaibrahim/image-viewer

InChat Image Viewer MCP - View images inline in AI chat by just providing the file path

client:Cline transport:stdio runtime:npm

Install image viewer in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

{
  "mcpServers": {
    "image-viewer": {
      "command": "npx",
      "args": [
        "-y",
        "inchat-image-viewer-mcp"
      ]
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

image viewer in other clients