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

Related MCP server: apple-photos-mcp

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 🥳

Related MCP Connectors

Related MCP Servers

  • A
    license
    A
    quality
    A
    maintenance
    Enables AI assistants to query and export from the macOS Apple Photos library using natural language, backed by osxphotos.
    21
    154 npm
    22
    MIT
  • F
    license
    Not graded
    quality
    B
    maintenance
    Enables 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.
    -