Loading languages...
SA

savethepolarbears/google-photos-mcp

@savethepolarbears6

A Model Context Protocol repository for Google Photos API

google photos
images
albums
photos
search

# mcpServer Config

{
  "mcpServers": {
    "google-photos": {
      "command": "node",
      "args": [
        "/path/to/your/project/dist/index.js",
        "--stdio"
      ],
      "env": {
        "GOOGLE_CLIENT_ID": "your_client_id_here",
        "GOOGLE_CLIENT_SECRET": "your_client_secret_here",
        "GOOGLE_REDIRECT_URI": "http://localhost:3000/auth/callback"
      }
    }
  }
}

# stdio

node dist/index.js --stdio

# streamableURL

http://localhost:3000/mcp
Transport:
stdio
streamable
Langue:
TypeScript
Créé:4/16/2025
Mis à jour:7/23/2025