Google PageRank for AI agents. 25,000+ tools indexed.

Google Photos MCP Server by savethepolarbears

#3868 of 9345 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

Last commit was 31 days ago — a recent commit would boost your freshness score

Stars low impact

Low star count — promote the project, write docs, and engage the community to drive adoption

Platforms medium impact

Only 1 platform listed — publishing to more platforms improves your score

Badge

AgentRank score for Google Photos MCP Server by savethepolarbears
[![AgentRank](https://agentrank-ai.com/api/badge/skill/glama-savethepolarbears--google-photos-mcp)](https://agentrank-ai.com/skill/glama-savethepolarbears--google-photos-mcp/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge)
<a href="https://agentrank-ai.com/skill/glama-savethepolarbears--google-photos-mcp/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge"><img src="https://agentrank-ai.com/api/badge/skill/glama-savethepolarbears--google-photos-mcp" alt="AgentRank"></a>

Supported Platforms

MCP

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 sec
Read full README on GitHub →