Immich-MCP-server

wanjau2/Immich-MCP-server
★ 0 stars Unknown language AI/LLM Updated 1d ago
Exposes a self-hosted Immich photo library to ChatGPT (and any other MCP client) over Streamable HTTP, so you can ask questions like "find the photos from the Kigali site visit in March" and get real answers from your own NAS.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "immich-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "wanjau2/Immich-MCP-server"
      ]
    }
  }
}