Picasa Rs
FreeNot checkedLocal photo management with semantic search and face recognition
About
Local photo management with semantic search and face recognition
README
A personal project to help sort through all my photos by building a photo management tool with AI features while keeping everything local.
Key Features
- 📁 Scanning: recursive, EXIF extraction, HEIF support
- 🔍 Search: semantic search with CLIP embeddings, geographic/temporal filtering and person-based search.
- 👤 Face recognition: face detection, clustering, and person identification with manual review workflows
- 🛠️ Multiple Interfaces: CLI, GUI, and MCP server
Interfaces
🖥️ GUI
Tauri-based desktop application with React/TypeScript frontend

⌨️ CLI
Built with clap-rs for quick testing and running batch operations
# Scan and index photos
cargo make cli scan /path/to/photos --with-exif --with-hash
# Generate embeddings for semantic search
cargo make cli embed
# Search photos with natural language
cargo make cli search --text "sunset over mountains" --country "Spain"
# Face detection and recognition
cargo make cli face detect
cargo make cli face recognize --similarity-threshold 0.7 --dry-run
🔗 MCP Server Integration
Integrate with AI assistants like Claude Desktop via Model Context Protocol:
Usage with Claude Desktop:
{
"mcpServers": {
"Picasa": {
"command": "<picasa-rs>/target/release/picasa-mcp",
"env": {
"PICASA__CLIP_MODEL__DIR": "<picasa-rs>"
}
}
}
}
Getting Started
Prerequisites
System Dependencies:
libheif(for HEIC image support)libpq(PostgreSQL client library)
AI Models:
- CLIP model files for semantic search and embeddings
Installation
- Set up database:
cargo make --profile development db-build
cargo make --profile development db-start
cargo make --profile development db-migrations
- Set up face detection server:
(cd python/face_detection && uv sync)
cargo make face-ws
Workflow
- Scan Photos:
cargo make cli scan /path/to/photos --with-exif --with-hash - Generate Embeddings:
cargo make cli embed - Detect Faces:
cargo make cli face detect - Launch GUI:
cargo make gui
Architecture
┌─────────────────┐ ┌─────────────────┐ ┌─────────────────┐
│ Desktop GUI │ │ CLI Tool │ │ MCP Server │
│ (Tauri/React) │ │ (clap) │ │ (rmcp) │
└─────────┬───────┘ └─────────┬───────┘ └─────────┬───────┘
│ │ │
└──────────────────────┼──────────────────────┘
│
┌─────────────▼─────────────┐ ┌──────────────────┐
│ Picasa Core │───►│ Face Detection │
│ (Rust Library) │ │ Server │
│ - Photo Management │ │ (Python/ │
│ - AI Services │ │ InsightFace) │
│ - Database Layer │ └──────────────────┘
└─────────────┬─────────────┘
│
┌─────────────▼─────────────┐
│ PostgreSQL │
│ + pgvector + postgis │
│(metadata, embeddings,...) │
└───────────────────────────┘
Development Status
🚧 In progress:
- Packaging (tauri, clip model, postgres, python server)
- Albums/collections feature
- Photo import interface with background embedding process
- Settings interface
- ...
Installing Picasa Rs
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/amaurycannesson/picasa-rsFAQ
Is Picasa Rs MCP free?
Yes, Picasa Rs MCP is free — one-click install via Unyly at no cost.
Does Picasa Rs need an API key?
No, Picasa Rs runs without API keys or environment variables.
Is Picasa Rs hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Picasa Rs in Claude Desktop, Claude Code or Cursor?
Open Picasa Rs on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
LibreOffice Tools
Enables AI agents to read, write, and edit Office documents via LibreOffice with token-efficient design. Supports multiple formats including DOCX, XLSX, PPTX, a
by passerbyflutterdannote/figma-use
Full Figma control: create shapes, text, components, set styles, auto-layout, variables, export. 80+ tools.
by dannoteLogo.dev
Search and retrieve company logos by brand or domain. Customize size, format, and theme to match your design needs. Accelerate design, prototyping, and content
by NOVA-3951Design Inspiration Server
Searches top design platforms like Dribbble and Behance to provide UI inspiration, color palettes, and layout patterns via the Serper API. It allows users to re
by YonasValentinCompare Picasa Rs with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All design MCPs
