Photo management for self-hosted Immich: search, albums, duplicates, faces, PDF reports. 94 tools.
Runs locally over stdio
This server isn't hosted β your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
uvx immich-photo-manager
MCP client config
{
"mcpServers": {
"immich-photo-manager": {
"command": "uvx",
"args": [
"immich-photo-manager"
]
}
}
}Run
docker run -i --rm ghcr.io/drolosoft/immich-photo-manager:2.0.11
MCP client config
{
"mcpServers": {
"immich-photo-manager": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/drolosoft/immich-photo-manager:2.0.11"
]
}
}
}