Skip to main content
Glama

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

  1. Clone the git repository

git clone git@github.com:niyabits/memories-wrapped-mcp-server.git
  1. Install dependencies

uv sync
  1. 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.

  1. Open Claude and ask for your year wrapped 🥳

-
security - not tested
A
license - permissive license
-
quality - not tested

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/niyabits/memories-wrapped-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server