Google Photos MCP Server by savethepolarbears
39 score
Enables AI assistants to search, browse, and retrieve metadata and images from your Google Photos library. It supports content-based filtering, album listing, and location extraction via STDIO and HTTP transports.
Ranked #3868 out of 9345 indexed tools.
Is this your tool? Claim this listing to add maintainer context, get a verified badge, and unlock analytics.
Claim listing → Signal Breakdown
Installs 0
Freshness 1mo ago
Issue Health 100%
Stars 16
Platform Breadth 1 platform
Contributors 3
Description Detailed
How to Improve
Freshness high impact
Stars low impact
Platforms medium impact
Supported Platforms
From the README
# Google Photos MCP Server A Model Context Protocol (MCP) server for Google Photos integration, enabling Claude, Gemini, and other AI assistants to **read, write, and pick** photos from your Google Photos library. ## ✅ Picker API Support (March 2025+) This server implements the **Google Photos Picker API**, providing full library access even after the March 31, 2025 deprecation of certain Library API scopes. | Capability | Status | API | | --- | --- | --- | | Browse full photo library | ✅ | Picker API | | Search photos by text/date/category | ✅ | Library API | | Create albums & upload photos | ✅ | Library API | | Access app-created content | ✅ | Library API | ### How the Picker API Works 1. Call `create_picker_session` — returns a URL the user opens in their browser 2. User selects photos from their full library 3. Call `poll_picker_session` — when `mediaItemsSet` is true, selected photos are returned ## 🛡️ Security Notice: CORS Removed CORS middleware has been removed for secRead full README on GitHub →