# immich-app/immich | Model Context Protocol (MCP) Server > High performance self-hosted photo and video management solution. - **Stars**: ⭐ 110,322 - **Language**: TypeScript - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "immich": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-immich" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "immich": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-immich" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-immich` - **Docker**: `docker run -i --rm mcp/immich`