Smart Photo Journal MCP Server
Create a memory journal from your local photos in the macOS Photos library.
πΈ Smart Photo Journal MCP Server
Smart Photo Journal is an MCP server designed to help you search and analyze your photo library with powerful, intuitive tools. Whether you're reminiscing about family moments or looking for a specific photo with friends, this server has got you covered! π
Inspired by: burningion/video-editing-mcp A huge shoutout to @burningion for the innovative idea of using MCP for creative media management!
π― Features
- Location Search: Find photos from specific places with ease. π
- Label Search: Search photos by keywords or labels like "Birthday," "Beach," or "Vacation." π
- People Search: Quickly locate photos featuring specific people. π₯
- Photo Analysis: Discover fun insights like the most popular times and days for your photo shoots. π°οΈ
- Fuzzy Matching: Not sure of the exact name? Don't worry! The server supports fuzzy matching for flexibility. π
π Getting started
Prerequisites
- Ensure you have macOS with a Photos library.
- Install uv to manage dependencies and run the server.
Installation
-
Clone the repository:
git clone https://github.com/Siddhant-K-code/memory-journal-mcp-server.git cd memory-journal-mcp-server -
Install dependencies using
uv:uv sync -
Configure the MCP server. Update your
claude_desktop_config.jsonwith the following configuration:{ "mcpServers": { "smart-photo-journal": { "command": "/Users/<YOUR_DEVICE_USERNAME>/.local/bin/uv", "args": [ "--directory", "/Users/<PATH_TO_CLONED_DIR>/memory-journal-mcp-server", "run", "server.py" ] } } } -
Start the server with following command or just open Claude Desktop:
uv run server.py
Note: Replace
<YOUR_DEVICE_USERNAME>and<PATH_TO_CLONED_DIR>with your actual device username and the path to the cloned directory. You will get a popup to authorize the server to access your photos. It will be in local only, and no data will be shared with anyone except Claude services.
MCP Server Initialization
When the server starts, you'll see:
Starting Smart Photo Journal MCP server.
It's now ready to process your photo queries! π
π οΈ Usage
Available Tools
-
Location Search
- Description: Find photos taken in a specific location.
- Input Example:
{ "location": "Udaipur" } - Expected Output:
Found 5 photos from Udaipur: π· IMG_1234.jpg ...
-
Label Search
- Description: Search for photos by labels or keywords.
- Input Example:
{ "label": "Birthday" } - Expected Output:
Photos labeled as 'Birthday' (3 found): π· IMG_5678.jpg ...
-
People Search
- Description: Find photos containing specific people.
- Input Example:
{ "person": "Maa" } - Expected Output:
Photos with Maa (10 found): π· IMG_9101.jpg ...
-
Photo Analysis
- Description: Analyze patterns in your photo library, such as the most common times or days for photo shoots.
- Input Example:
{} - Expected Output:
πΈ Photo Taking Patterns: Total Photos: 200 ...
π Example Use-Cases
1. Family & Friends Album Organizer
Want to gather all your family moments in one place? Use the people-search tool with names like "Papa" or "Mom" or "Any Friend" to find photos with specific people.
2. Vacation Highlights
Search for photos from your vacation destination using the location-search tool.
3. Throwback Fun
Curious about your past birthday photos? Use label-search with "Birthday" and relive the fun!
4. Understand Your Photography Habits
Use the photo-analysis tool to understand when and where you take most of your photos. Plan your next shoot accordingly!
β‘ Tips for Best Results
- Ensure your Photos library is loaded in macOS.
- Be as specific as possible with search queries for more accurate results.
- Use fuzzy matching for flexibility when you're unsure of the exact name.
Related Servers
Desktop Commander MCP Server
A Node.js MCP server for managing local files, processes, and terminal sessions.
Vulcan File Ops
MCP server that gives Claude Desktop and other desktop MCP clients filesystem powersβread, write, edit, and manage files like AI coding assistants.
MCP Server Convert
Document conversion MCP server β PDF, DOCX, HTML, EPUB to Markdown with 6 tools and Docker support
Secure MCP Filesystem Server
A secure MCP server for accessing the local filesystem within predefined directories.
peekaboo-mcp
A minimal MCP server providing read-only access to the file system.
Paths Tree Generator
Converts a flat list of filesystem paths into a JSON directory tree.
Folder MCP
A server for local folder operations and file system access.
Basic Memory
Build a persistent, local knowledge base in Markdown files through conversations with LLMs.
Zsnoop
An MCP server for read-only exploration of ZFS snapshots on remote hosts.
fff
The fastest and the most accurate file search toolkit for AI agents