Lightroom MCP Elite
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Lightroom MCP EliteApply a cinematic teal-orange grade to the selected photos and sync the preset"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Lightroom MCP Elite (lightroom-mcp-elite)
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 ( |
Catalog Curation | Search photos, star ratings (0–5), keywords, collections, and export. |
Robust Architecture | Python native socket client with automatic token retrieval from |
Related MCP server: Lightroom Classic MCP
🚀 Quickstart
Prerequisites
macOS with Adobe Lightroom Classic (installed and running)
LightroomMCP.lrplugininstalled 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-elite2. 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.
This server cannot be deployed
Maintenance
Related MCP Connectors
Build and run visual creative-production workflows from your AI agent.
- mcp-serverOAuthcom.make
Give your AI agents the tools to build, manage, and run automation workflows.
Video, audio, and image processing for AI agents: convert, transcribe, upscale - 150+ operations.
Automate 1,000+ services from any MCP-compatible AI agent: build Applets, run actions and queries.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceEnables AI assistants to programmatically control Adobe Photoshop on Windows to create documents, manipulate layers, and manage image adjustments. It provides a bridge between the Model Context Protocol and the Photoshop Python API for automated graphic design workflows.302MIT
- AlicenseBqualityDmaintenanceEnables AI agents to control Adobe Lightroom Classic on macOS for professional photo editing and catalog management. It allows users to inspect photos, apply develop settings, and automate workflows through a secure local bridge without direct catalog database manipulation.592MIT
- AlicenseBqualityBmaintenanceEnables local automation of Adobe Lightroom Classic via the Model Context Protocol, supporting import, export, and non-destructive develop adjustments through an async job queue.9MIT
- AlicenseNot gradedqualityAmaintenanceEnables AI assistants to control Adobe Photoshop programmatically, supporting recipe workflows, state awareness, and generative AI features through natural language commands.3,798434MIT