Memories Wrapped
Enables creation of photo summaries by accessing and analyzing photos from Apple Photos library
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Memories Wrappedcreate a year-in-review summary from my photos"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Memories Wrapped is an MCP server that creates a summary of the photos you took using Apple Photos.
The project is heavily inspired from the Memory Journal MCP Server and this tweet.
Prerequisites
Related MCP server: apple-photos-mcp
Getting Started
Clone the git repository
git clone git@github.com:niyabits/memories-wrapped-mcp-server.gitInstall dependencies
uv syncConfigure the MCP Server
{
"mcpServers": {
"year-wrapped": {
"command": "/Users/<username>/.local/bin/uv",
"args": [
"--directory",
"<repository-path>/memories-wrapped-mcp-server",
"run",
"year_wrapped.py"
]
}
},
}Make sure to replace the<username> and <repository-path>
You can find the value for command using: which uv
And <repository-path> is where you cloned the git repository.
Open Claude and ask for your year wrapped 🥳
This server cannot be deployed
Maintenance
Related MCP Connectors
Search photos/videos; manage collections, people and duplicates. Requires paid OwAI Cloud Access.
- DoneThatOAuthai.donethat
Privacy-first work tracking with summaries, reports, coaching, and AI-ready long-term memory.
Holiday photo MCP server: list and fetch personal holiday photos inline in Claude chat.
Search your Flashback video library with natural language to instantly find relevant moments. Get…
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceAllows LLMs to access, scan, and search photos on connected iOS devices via USB using libimobiledevice and ChromaDB. It supports semantic search, metadata filtering, and automated file organization for efficient media management.-
- AlicenseAqualityAmaintenanceEnables AI assistants to query and export from the macOS Apple Photos library using natural language, backed by osxphotos.21154 npm22MIT
- AlicenseAqualityDmaintenanceEnables natural language search of local photo archives using AI-powered semantic understanding, with integration into Claude Desktop via the Model Context Protocol.42MIT
- FlicenseNot gradedqualityBmaintenanceEnables users to search and retrieve photos from a self-hosted Immich photo library via natural language, supporting CLIP-based semantic search, metadata filtering, album browsing, and share link creation.-