# d2phap/ImageGlass | Model Context Protocol (MCP) Server > 🏞 A fast, open-source, modern image viewer for 90+ formats – including WEBP, GIF, SVG, AVIF, JXL, HEIC and more – built for smooth browsing across Windows, macOS, and Linux. - **Stars**: ⭐ 13,920 - **Language**: C# - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "ImageGlass": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-ImageGlass" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "ImageGlass": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-ImageGlass" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-ImageGlass` - **Docker**: `docker run -i --rm mcp/ImageGlass`