Skip to content
Gemini CLI

FindMe Photo for Gemini CLI

io.github.findmephoto/findme-mcp

Create wedding galleries, upload photos, and pull analytics on FindMe Photo from any AI assistant.

client:Gemini CLI transport:stdio runtime:npm

Install FindMe Photo in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "findme-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "findme-mcp"
      ],
      "env": {
        "FINDME_API_KEY": "<FINDME_API_KEY>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

FindMe Photo in other clients