Immich MCP Server
Provides tools for interacting with an Immich photo library, including photo search, album management, face and people management, metadata edits, and description push/pull.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Immich MCP ServerFind photos of my family from our trip to Paris"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Immich MCP Server
An MCP server that exposes 22 tools for your Immich photo library. It supports bidirectional image handling: pull photos into LLM context and push metadata and descriptions back, plus face and people management.
Requirements
Node.js 20+
A running Immich instance
Related MCP server: immich-photo-manager
Environment Variables
Variable | Required | Description |
| yes | Base URL of your Immich server, e.g. |
| yes | API key from Immich settings |
MCP Client Configuration
Add this server to your MCP client's config:
{
"mcpServers": {
"immich": {
"command": "node",
"args": ["<path>/immich-mcp/dist/server.js"],
"env": {
"IMMICH_URL": "http://localhost:2283",
"IMMICH_API_KEY": "your-api-key"
}
}
}
}Tools
22 tools cover photo search, album management, face and people management, metadata edits, and description push/pull.
License
MIT
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
- GoroOAuthai.usegoro
62 real-world tools for agents: search, scraping, social, enrichment, image, video, voice.
Gateway between LLM agents and world data through eight tools and a bundled endpoint catalog.
15 media & data tools for AI agents: search, transcribe, subtitles, voiceover, translate & more.
Related MCP Servers
- FlicenseNot gradedqualityCmaintenanceEnables AI assistants to search, browse, and retrieve metadata and images from your Google Photos library. It supports content-based filtering, album listing, and location extraction via STDIO and HTTP transports.39-
- AlicenseAqualityAmaintenanceManage your self-hosted Immich photo library through conversation — natural language search via CLIP, geographic album curation, duplicate detection with perceptual hashing,9445MIT

CoreViz MCPofficial
AlicenseNot gradedqualityDmaintenanceExposes a visual library with semantic search, tagging, editing, and management of photos as tools for AI agents like Claude Code.3048MIT- FlicenseNot gradedqualityBmaintenanceEnables users to search and retrieve photos from a self-hosted Immich photo library via natural language, supporting CLIP-based semantic search, metadata filtering, album browsing, and share link creation.-
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mattmaas/immich-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server