πΈπ§ΉπΊοΈ MCP server for intelligent photo management with Immich β search, curate geographic albums, clean up libraries, and publish galleries
Quick Install
Copy the config for your editor. Some servers may need additional setup β check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"immich-photo-manager": {
"command": "npx",
"args": [
"-y",
"drolosoft/immich-photo-manager"
]
}
}
}
π Copy
Run in terminal:
claude mcp add immich-photo-manager npx -y drolosoft/immich-photo-manager
π Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"immich-photo-manager": {
"command": "npx",
"args": [
"-y",
"drolosoft/immich-photo-manager"
]
}
}
}
π Copy