niyabits/memories-wrapped-mcp-server
3.2
If you are the rightful owner of memories-wrapped-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
Memories Wrapped is an MCP server designed to create a summary of the photos you took using Apple Photos.
Memories Wrapped
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 forcommandusing:which uv
And<repository-path>is where you cloned the git repository.
- Open Claude and ask for your year wrapped 🥳