Skip to content
VS Code

FindMe Photo for VS Code

io.github.findmephoto/findme-mcp

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

client:VS Code transport:stdio runtime:npm

Install FindMe Photo in VS Code

.vscode/mcp.json

{
  "inputs": [
    {
      "type": "promptString",
      "id": "findme-api-key",
      "description": "FINDME_API_KEY",
      "password": true
    }
  ],
  "servers": {
    "findme-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "findme-mcp"
      ],
      "env": {
        "FINDME_API_KEY": "${input:findme-api-key}"
      }
    }
  }
}

VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs

FindMe Photo in other clients