Skip to content
VS Code

image viewer for VS Code

io.github.oguntolaibrahim/image-viewer

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

client:VS Code transport:stdio runtime:npm

Install image viewer in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

image viewer in other clients