Lightroom Classic MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LRC_MCP_LOG_FILE | No | Log file path | ~/.lightroom-classic-mcp-server/server.log |
| LRC_MCP_INPUT_DIR | No | Input directory | ~/Pictures |
| LRC_MCP_LOCK_FILE | No | Lock file path | ~/.lightroom-classic-mcp-server/server.lock |
| LRC_MCP_STATE_DIR | No | State directory | ~/.lightroom-classic-mcp-server |
| LRC_MCP_OUTPUT_DIR | No | Output directory | ~/Documents/leica |
| LRC_MCP_BRIDGE_HOST | No | Bridge host | 127.0.0.1 |
| LRC_MCP_BRIDGE_PORT | No | Bridge port | 58765 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| start_importA | Queue a Lightroom Classic import job and return immediately with a job_id. |
| start_exportB | Queue a Lightroom Classic export job and return immediately with a job_id. |
| start_edit_trackingA | Queue a Lightroom-side non-destructive develop settings job. |
| job_statusC | Get the current status of a queued Lightroom Classic job. |
| job_resultC | Get the result for a completed Lightroom Classic job. |
| job_errorC | Get the error message for a failed Lightroom Classic job. |
| list_jobsC | List recent Lightroom Classic jobs. |
| cancel_jobC | Cancel a queued or running Lightroom Classic job. |
| server_configB | Show effective non-secret server configuration. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/yopiesuryadi/lightroom-classic-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server