Back to directory
savethepolarbears/google-photos-mcp

savethepolarbears/google-photos-mcp

@savethepolarbears

A Model Context Protocol repository for Google Photos API

google-photosphotosapipickerlibrarymcptypescriptcloud

Installation & Configuration

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

Information

Transport
stdiostreamable-http
Language
TypeScript
Created
2026/6/13
Updated
2026/6/13