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
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Nginx UI
0xJackyYet another WebUI for Nginx
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Comments