Upload photos, create events, and check analytics — all by talking to Claude, ChatGPT, Cursor, and more.
2. Pick the tool you use
Claude Desktop
Recommended for non-technical users · ~3 minutes · macOS & Windows
The easy way: let Claude install itself. You paste a prompt; Claude edits its own config file. No terminal, no hidden folders.
Before you start: install Node.js LTS if you don't have it (simple installer, just click through).
Open Claude Desktop and click the Code tab at the top (not Chat — Code is the one that can edit files on your computer).
Screenshot
Claude Desktop window with the Code tab highlighted at the top. Arrow pointing at the Code tab.
Start a new session and choose Local folder (not Cloud). Pick any folder on your Mac — your Desktop is fine.
This makes Claude run on your machine so it can reach your real config file. Cloud mode is a remote sandbox and won't work.
Screenshot
New Code session dialog with Local folder option selected (not Cloud). Arrow pointing at the Local folder button and at Desktop in the folder picker.
Paste this prompt into the chat, replacing the key placeholder:
Install the FindMe MCP server for me. - Server name: findme - Command: npx - Args: -y findme-mcp - Env var: FINDME_API_KEY = PASTE_YOUR_KEY_HERE Edit my claude_desktop_config.json under mcpServers, then tell me to fully quit and reopen Claude.
Claude will open claude_desktop_config.json, add the findme entry, and ask you to restart.
Fully quit Claude Desktop — not just close the window.
Open a new chat. Click the wrench/hammer icon near the message box — you should see findme with 12 tools.
Screenshot
Claude Desktop chat with the wrench/hammer icon opened, showing 'findme' expanded with its 12 tools listed (create_event, upload_photos_from_paths, etc.).
Try it:
Screenshot
Claude responding with a created event and a rendered QR code, showing upload/event tool calls in a friendly card.
Paste this into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"findme": {
"command": "npx",
"args": [
"-y",
"findme-mcp"
],
"env": {
"FINDME_API_KEY": ""
}
}
}
}Replace the empty FINDME_API_KEY value with your key, save, fully quit Claude, reopen.
Create, rename, delete events
create_event · update_event · delete_event · restore_event
Upload photos from your computer
upload_photos_from_paths
Upload photos from URLs
upload_photos_from_urls
Import from Google Drive
upload_photos_from_drive_folder
Get gallery QR codes
get_event_qr
See guest analytics
get_event_analytics
Check your usage and storage
get_usage
List your events
list_events · get_event
Most common cause: Claude Desktop wasn't fully quit. Closing the window isn't enough — use ⌘Q (Mac) or Quit from the system tray (Windows). Then reopen.
You probably started the Code session in Cloud mode. Start a new session and pick Local folder instead — Cloud mode can't reach your real filesystem.
Node.js isn't installed. Get the LTS installer from nodejs.org, run it, then fully quit and reopen your AI client.
Open findme.photo/settings/api, confirm the key isn't revoked. If it is, create a new one and run the install prompt or command again with the new key.
System Settings → Privacy & Security → Full Disk Access → add Claude Desktop (or Terminal if you use the CLI). Quit and reopen.
Still stuck? Email help@findme.photo with a screenshot of what you see.