Skip to main content
Glama
baramesh

Lightroom MCP Elite

by baramesh

Lightroom MCP Elite (lightroom-mcp-elite)

License: MIT Python 3.12+ Model Context Protocol

A high-performance, native Python Model Context Protocol (MCP) server for Adobe Lightroom Classic on macOS, featuring Develop controls, batch preset syncing, catalog curation, and seamless round-trip handoff with Adobe Photoshop.


🌟 Key Features

Category

Features

Develop & Grading

Full control over Lightroom Develop engine: Exposure, Highlights, Shadows, Whites, Blacks, Clarity, Dehaze, Vibrance, White Balance, HSL, and Tone Curves.

Preset Management

Discover, inspect, apply, and save custom Develop presets.

Photoshop Co-op

Round-trip handoff (lightroom_send_to_photoshop and lightroom_import_retouched_photo) for surgical AI inpainting and multi-layer compositing.

Catalog Curation

Search photos, star ratings (0–5), keywords, collections, and export.

Robust Architecture

Python native socket client with automatic token retrieval from ~/.config/lightroom-mcp/token.


Related MCP server: Lightroom Classic MCP

🚀 Quickstart

Prerequisites

  • macOS with Adobe Lightroom Classic (installed and running)

  • LightroomMCP.lrplugin installed in Lightroom Classic (File > Plug-in Manager)

  • uv or Python 3.12+

1. Clone the Repository

git clone https://github.com/baramesh/lightroom-mcp-elite.git
cd lightroom-mcp-elite

2. Install Dependencies

Using uv:

uv sync

⚙️ MCP Configuration

Add lightroom to your MCP configuration (~/.gemini/config/mcp_config.json or Claude Desktop):

{
  "mcpServers": {
    "lightroom": {
      "command": "/Users/YOUR_USERNAME/.local/bin/uv",
      "args": [
        "run",
        "--directory",
        "/path/to/lightroom-mcp-elite",
        "python",
        "server.py"
      ]
    }
  }
}

🧠 AI Agent Skill (SKILL.md)

This repository includes a ready-to-use Agent Skill in skill/SKILL.md with:

  • Non-destructive RAW development principles.

  • Golden Example for Lightroom + Photoshop round-trip retouching (skill/examples/lightroom_photoshop_coop.md).


📄 License

MIT License. See LICENSE for details.

Maintenance

ActivityMaintained
ResponsivenessNo issues

Related MCP Connectors

Related MCP Servers