A Model Context Protocol repository for Google Photos API
mcpServer
{ "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" } } } }
node dist/index.js --stdio
http://localhost:3000/mcp