Back to Browse

Immich Photo Manager MCP Server

Developer ToolsLow Risk10.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (4 strong, 1 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry.

7 files analyzed · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

env_vars

Check that this permission is expected for this type of plugin.

Shell Command Execution

Runs commands on your machine. Be cautious — only use if you trust this plugin.

What You'll Need

Set these up before or after installing:

URL of your Immich server, for example https://photos.example.comOptional

Environment variable: IMMICH_BASE_URL

Immich API key (Account Settings, API Keys). Both variables can also be set later from the client with the update_credentials tool.Required

Environment variable: IMMICH_API_KEY

Extra hostnames the container may be reached under (a reverse proxy, another container). DNS-rebinding protection stays on.Optional

Environment variable: MCP_ALLOWED_HOSTS

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-drolosoft-immich-photo-manager": {
      "env": {
        "IMMICH_API_KEY": "your-immich-api-key-here",
        "IMMICH_BASE_URL": "your-immich-base-url-here",
        "MCP_ALLOWED_HOSTS": "your-mcp-allowed-hosts-here"
      },
      "args": [
        "8626:8626",
        "immich-photo-manager"
      ],
      "command": "uvx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!