Enables creation of photo summaries by accessing and analyzing photos from Apple Photos library
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
Getting Started
Clone the git repository
git clone git@github.com:niyabits/memories-wrapped-mcp-server.git
Install dependencies
uv sync
Configure the MCP Server
{
"mcpServers": {
"year-wrapped": {
"command": "/Users/<username>/.local/bin/uv",
"args": [
"--directory",
"<repository-path>/memories-wrapped-mcp-server",
"run",
"year_wrapped.py"
]
}
},
}
NOTE
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 🥳