HomeDesign & Media › Immich Photo Manager

Immich Photo Manager

Photo management for self-hosted Immich: search, albums, duplicates, faces, PDF reports. 94 tools.

Python Local macOSWindowsLinux
★ 50 stars Last pushed 2026-09-03 License: MIT

Topics: Multimedia Process

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (pypi 2.0.11)

uvx immich-photo-manager

Or add to your MCP client config:

{
  "mcpServers": {
    "immich-photo-manager": {
      "command": "uvx",
      "args": [
        "immich-photo-manager"
      ],
      "env": {
        "IMMICH_BASE_URL": "<YOUR_VALUE>",
        "IMMICH_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • IMMICH_BASE_URL required — URL of your Immich server, for example https://photos.example.com
  • IMMICH_API_KEY required secret — Immich API key (Account Settings, API Keys). Both variables can also be set later from the client with the update_credentials tool.

Package (oci)

Package: oci ghcr.io/drolosoft/immich-photo-manager:2.0.11

  • IMMICH_BASE_URL — URL of your Immich server. Optional at start: without it every tool answers with the fix and one update_credentials call connects the container.
  • IMMICH_API_KEY secret — Immich API key
  • MCP_ALLOWED_HOSTS — Extra hostnames the container may be reached under (a reverse proxy, another container). DNS-rebinding protection stays on.

This server takes extra arguments — see its repository.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry