Immich Photo Manager
@drolosoft
About Immich Photo Manager
📸🧹🗺️ MCP server for intelligent photo management with Immich — search, curate geographic albums, clean up libraries, and publish galleries
Basic information
Category
Other
License
MIT
Runtime
html
Transports
stdio
Publisher
drolosoft
Submitted by
Juan Andrés Moreno Rubio
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"immich": {
"command": "python3",
"args": [
"-m",
"immich_mcp_server"
],
"env": {
"PYTHONPATH": "${CLAUDE_PLUGIN_ROOT}/src",
"MCP_TRANSPORT": "stdio",
"IMMICH_BASE_URL": "https://your-immich-server.com",
"IMMICH_API_KEY": "YOUR-API-KEY-HERE"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Immich Photo Manager?
Immich Photo Manager is an MCP (Model Context Protocol) server that gives any AI assistant direct access to a self-hosted Immich instance for intelligent photo management. Designed for users whose Immich library has grown beyond manual management, it enables natural‑language search, organization, deduplication, and album curation without scripts or manual sorting.
How to use Immich Photo Manager?
Install as a Claude plugin (claude plugin add immich-photo-manager) or configure any MCP‑compatible client with the package entry point via uvx. Set environment variables IMMICH_BASE_URL and IMMICH_API_KEY. The server defaults to stdio transport; set MCP_TRANSPORT=http for Streamable HTTP.
Key features of Immich Photo Manager
- AI‑powered natural language search via CLIP
- Geographic albums combining GPS, CLIP, and temporal matching
- Metadata repair: timestamps, GPS inference, timezone correction
- Duplicate detection using perceptual hashing across imports
- Bulk rotation (90°/180°/270°) — non‑destructive and revertible
- People and face management: list, merge, reassign, view thumbnails
- Library health report: inventory, metadata quality, storage analysis
- Tags: create, apply, and bulk manage across assets
- Interactive HTML galleries with three themes and batch actions
Use cases of Immich Photo Manager
- Ask “find my sunset photos from Italy” — natural language photo search
- Say “create albums for all my trips” — auto‑curated geographic albums
- Fix misdated photos (noon/midnight) or infer missing GPS coordinates
- Detect re‑encoded duplicates from Apple Photos, Google Photos, or other imports
- Rotate an entire album at once; check library health with one command
FAQ from Immich Photo Manager
How does Immich Photo Manager differ from manual scripts or the Immich UI?
It replaces manual API calls, JSON parsing, and per‑file EXIF editing with natural‑language commands. For example, “find my sunset photos from Italy” replaces writing search queries, and “repair timestamps” batch‑fixes metadata where the UI would require one‑by‑one editing.
What are the runtime requirements?
A running Immich instance (self‑hosted, v1.90+), an Immich API key, Python 3.10+ with pip. The server runs locally; your photos never leave your server.
Where does my photo data live, and what transport protocols are supported?
All operations occur against your self‑hosted Immich instance. The server uses MCP stdio transport by default; set MCP_TRANSPORT=http for Streamable HTTP. No external cloud dependency.
Which AI clients have been tested or are compatible?
Tested with Claude Desktop, Claude Code, and LM Studio (Gemma 4). Compatible with any MCP client (Cursor, Windsurf, VS Code, Cline, Zed, etc.).
How does the server handle safety and destructive actions?
It shows findings and asks before acting — e.g., when deleting, rotating, or merging assets. Galleries include a Cowork Actions Panel for batch operations where users paste the CLI command after reviewing the selection.
More Other MCP servers
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
ghidraMCP
LaurieWiredMCP Server for Ghidra
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Comments