findme-mcp
OfficialAllows uploading photos from public Dropbox URLs to a FindMe gallery.
Allows importing photos from a Google Drive folder (partial support in v1).
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@findme-mcpCreate a wedding gallery for Lee & Park on March 20 and upload photos from the 'LeePark' folder."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
FindMe Photo MCP Server
Official Model Context Protocol server for FindMe Photo — the AI-powered wedding gallery platform.
Drive your FindMe galleries from Claude, ChatGPT Codex, Cursor, and any other MCP-compatible AI client. Create events, upload photos, pull analytics — all in natural language.
What it does
"Create a FindMe event for the Sarah & Mike wedding on April 22, upload every photo in
~/Pictures/Sarah-Miketo it, then show me the QR code."
The AI uses this MCP server to do all three steps in one turn.
Related MCP server: OpenPrints MCP
Tools
Tool | Purpose |
| Create a new gallery. |
| List your events (paginated). |
| Get event details + stats. |
| Rename, re-date, or change access code. |
| Soft-delete with 7-day recovery. |
| Un-delete within 7 days. |
| Upload local files or folders. Primary upload tool. |
| Upload from public URLs (Dropbox, direct Drive links, etc.). |
| Import from Google Drive (partial in v1). |
| PNG QR code pointing to the public gallery. |
| Guest visits, unique visitors, downloads, selfie searches. |
| Current-month API usage, storage, event totals. |
Requirements
Node.js 18+
A FindMe Photo account on Free+, Growth, or Pro
A personal API key from https://findme.photo/settings/api
Install
The easiest way: let the AI install itself. Paste a prompt, the AI edits its own config. No hidden files.
For a step-by-step walkthrough aimed at non-technical photographers, see the full install guide.
Claude Desktop
Open Claude Desktop, click the Code tab (not Chat), then paste this prompt (replace the key):
Install the FindMe MCP server for me.
- Server name: findme
- Command: npx
- Args: -y findme-mcp
- Env var: FINDME_API_KEY = fm_live_PASTE_YOUR_KEY_HERE
Edit my claude_desktop_config.json under mcpServers, then tell me to fully quit and reopen Claude.Claude Code (CLI)
claude mcp add findme --scope user --env FINDME_API_KEY=fm_live_xxxxx -- npx -y findme-mcpChatGPT Codex
codex mcp add findme --env FINDME_API_KEY=fm_live_xxxxx -- npx -y findme-mcpCursor / Windsurf / VS Code / Cline
Use the tool's built-in MCP install UI with:
Command:
npxArgs:
-y findme-mcpEnv:
FINDME_API_KEY=fm_live_xxxxx
ChatGPT web / mobile
Coming soon — requires a hosted MCP endpoint. We're shipping mcp.findme.photo next. In the meantime, use Claude Desktop or Codex.
Any other MCP client
FINDME_API_KEY=fm_live_xxxxx npx findme-mcpVerify
After restart, you should see findme in your client's tool list (12 tools). Try:
Create a FindMe event called "My First Gallery" for today, then show me the QR code.
Troubleshooting
"MCP server failed to start"
Ensure Node.js 18+:
node --versionFirst run downloads the package via
npx; allow it through your firewallCheck the JSON is valid if you edited manually (no trailing commas)
"Your FindMe API key is invalid or has been revoked"
Generate a fresh key at https://findme.photo/settings/api
Paste the full key including the
fm_live_prefixFully quit and restart your AI client
"API access requires Free+, Growth, or Pro"
API access is a paid-tier feature. Upgrade at https://findme.photo/pricing.
Upload fails with "can't find folder" on macOS
macOS privacy protection. Open System Settings → Privacy & Security → Full Disk Access and add your AI client (Claude Desktop, Terminal, etc.). Then quit and reopen.
Upload partially failed
The tool never errors a whole batch for one bad file — it returns a summary showing which files succeeded and which didn't. Ask the AI to retry the failed ones specifically.
Limits
Tier | Rate limit | Monthly quota |
Free+ | 10 req/min | 500 / month |
Growth | 60 req/min | 10,000 / month |
Pro | 300 req/min | Unlimited |
Per file: 50 MB photos, 500 MB videos, 50 files per upload batch.
v1 limitations
upload_photos_from_drive_folderrequires an existing Drive import created via the findme.photo web UI; the MCP can poll status but not create imports yet.The MCP runs locally on the same machine as your AI client; it only sees files on that machine.
Resources
License
MIT — © 2026 FindMe Photo
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityCmaintenanceEnables AI assistants to search, browse, and retrieve metadata and images from your Google Photos library. It supports content-based filtering, album listing, and location extraction via STDIO and HTTP transports.36

OpenPrints MCPofficial
Alicense-qualityDmaintenanceEnables AI agents to browse products, upload designs, place print orders, track shipments, and manage account balance via natural language.14MIT
CoreViz MCPofficial
Alicense-qualityDmaintenanceExposes a visual library with semantic search, tagging, editing, and management of photos as tools for AI agents like Claude Code.4848MIT- Alicense-qualityAmaintenanceEnables AI assistants to manage Cloudinary media assets, including uploading, searching, transforming, and organizing images and videos through natural language.198MIT
Related MCP Connectors
Upload, organize, search, and transform images, videos, and files with AI-powered tools.
Create and manage QR codes on me-qr.com from AI clients like Claude and ChatGPT.
Sync Lightroom, Figma, Dropbox & Canva assets to WordPress and Shopify via natural language.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/findmephoto/findme-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server