Immich Photo Manager for Grok
io.github.drolosoft/immich-photo-manager
Photo management for self-hosted Immich: search, albums, duplicates, faces, PDF reports. 94 tools.
client:Grok
transport:stdio
runtime:pypi
Install Immich Photo Manager in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"immich-photo-manager": {
"type": "stdio",
"command": "uvx",
"args": [
"immich-photo-manager"
],
"env": {
"IMMICH_BASE_URL": "<IMMICH_BASE_URL>",
"IMMICH_API_KEY": "<IMMICH_API_KEY>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs