← Back to Plugins
MCP Server MCP

FindMe Photo

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "findme-mcp",
      "version": "0.7.0",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Personal API key from https://findme.photo/settings/api (starts with fm_live_)",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "FINDME_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...