Skip to content
Cursor

image viewer for Cursor

io.github.oguntolaibrahim/image-viewer

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

client:Cursor transport:stdio runtime:npm

Install image viewer in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

image viewer in other clients