๐Ÿ“ธ Smart Photo Journal MCP Server

๐Ÿ“ธ Smart Photo Journal MCP Server

Mirror of

MCP-Mirror

Research & Data
Visit Server

README

๐Ÿ“ธ 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!

<a href="https://glama.ai/mcp/servers/51jiworg5k"><img width="380" height="200" src="https://glama.ai/mcp/servers/51jiworg5k/badge" alt="Smart Photo Journal Server MCP server" /></a>

๐ŸŽฏ 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

  1. Ensure you have macOS with a Photos library.
  2. Install uv to manage dependencies and run the server.

Installation

  1. Clone the repository:

    git clone https://github.com/Siddhant-K-code/memory-journal-mcp-server.git
    cd memory-journal-mcp-server
    
  2. Install dependencies using uv:

    uv sync
    
  3. Configure the MCP server. Update your claude_desktop_config.json with 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"
          ]
        }
      }
    }
    
  4. 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

  1. Location Search

    • Description: Find photos taken in a specific location.
    • Input Example:
      {
        "location": "Udaipur"
      }
      
    • Expected Output:
      Found 5 photos from Udaipur:
      ๐Ÿ“ท IMG_1234.jpg
      ...
      
  2. 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
      ...
      
  3. People Search

    • Description: Find photos containing specific people.
    • Input Example:
      {
        "person": "Maa"
      }
      
    • Expected Output:
      Photos with Maa (10 found):
      ๐Ÿ“ท IMG_9101.jpg
      ...
      
  4. 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.

Recommended Servers

Crypto Price & Market Analysis MCP Server

Crypto Price & Market Analysis MCP Server

A Model Context Protocol (MCP) server that provides comprehensive cryptocurrency analysis using the CoinCap API. This server offers real-time price data, market analysis, and historical trends through an easy-to-use interface.

Featured
TypeScript
MCP PubMed Search

MCP PubMed Search

Server to search PubMed (PubMed is a free, online database that allows users to search for biomedical and life sciences literature). I have created on a day MCP came out but was on vacation, I saw someone post similar server in your DB, but figured to post mine.

Featured
Python
dbt Semantic Layer MCP Server

dbt Semantic Layer MCP Server

A server that enables querying the dbt Semantic Layer through natural language conversations with Claude Desktop and other AI assistants, allowing users to discover metrics, create queries, analyze data, and visualize results.

Featured
TypeScript
mixpanel

mixpanel

Connect to your Mixpanel data. Query events, retention, and funnel data from Mixpanel analytics.

Featured
TypeScript
Sequential Thinking MCP Server

Sequential Thinking MCP Server

This server facilitates structured problem-solving by breaking down complex issues into sequential steps, supporting revisions, and enabling multiple solution paths through full MCP integration.

Featured
Python
Nefino MCP Server

Nefino MCP Server

Provides large language models with access to news and information about renewable energy projects in Germany, allowing filtering by location, topic (solar, wind, hydrogen), and date range.

Official
Python
Vectorize

Vectorize

Vectorize MCP server for advanced retrieval, Private Deep Research, Anything-to-Markdown file extraction and text chunking.

Official
JavaScript
Mathematica Documentation MCP server

Mathematica Documentation MCP server

A server that provides access to Mathematica documentation through FastMCP, enabling users to retrieve function documentation and list package symbols from Wolfram Mathematica.

Local
Python
kb-mcp-server

kb-mcp-server

An MCP server aimed to be portable, local, easy and convenient to support semantic/graph based retrieval of txtai "all in one" embeddings database. Any txtai embeddings db in tar.gz form can be loaded

Local
Python
Research MCP Server

Research MCP Server

The server functions as an MCP server to interact with Notion for retrieving and creating survey data, integrating with the Claude Desktop Client for conducting and reviewing surveys.

Local
Python