
FindMe Photo
Let your agent create wedding galleries, upload photos, and read FindMe Photo analytics from the terminal or IDE.
Overview
FindMe Photo MCP is an MCP server for the Grow phase that lets AI assistants create wedding galleries, upload photos, and pull analytics on FindMe Photo.
What is this MCP server?
- npm stdio package findme-mcp via npx (runtimeHint npx)
- Requires FINDME_API_KEY from https://findme.photo/settings/api (fm_live_ prefix)
- Create wedding galleries, upload photos, and pull analytics from FindMe Photo
- Version 0.4.1 with GitHub source at findmephoto/findme-mcp
- Bridges AI assistants to findme.photo wedding gallery workflows
- Server version 0.4.1
- 1 required secret environment variable: FINDME_API_KEY
- stdio transport with npx runtimeHint
What problem does it solve?
Photographers juggling uploads and client galleries lose hours on repetitive FindMe Photo admin that agents could script if the API were exposed as tools.
Who is it for?
Solo wedding photographers or small studios already on findme.photo who want MCP-driven gallery and upload automation.
Skip if: Builders who do not use FindMe Photo or who need generic S3 or Cloudinary MCP instead of a vendor-specific wedding platform.
What do I get? / Deliverables
After you set FINDME_API_KEY and register the stdio server, your agent can manage galleries and read analytics from your editor or CLI workflow.
- Agent-created wedding galleries on FindMe Photo
- Uploaded photo batches via MCP tools
- Analytics pulled into agent sessions for client reporting
Recommended MCP Servers
Journey fit
Grow/content is the canonical shelf because the server automates client deliverables and portfolio analytics after the product exists. Content subphase matches gallery creation, photo uploads, and engagement metrics for wedding photography businesses.
How it compares
Vendor-specific gallery MCP via API key, not a general-purpose media CDN or design skill.
Common Questions / FAQ
Who is io.github.findmephoto/findme-mcp for?
It is for FindMe Photo customers who want Claude, Cursor, or similar agents to manage wedding galleries, uploads, and analytics programmatically.
When should I use io.github.findmephoto/findme-mcp?
Use it during grow and content operations when you batch client deliverables, stand up new galleries, or review analytics between shoots.
How do I add io.github.findmephoto/findme-mcp to my agent?
Create an API key at https://findme.photo/settings/api, set FINDME_API_KEY in the environment, and add the npm stdio server findme-mcp with npx per your MCP client config.