@mskalski/lightroom-mcp
v0.4.1
Published
MCP server bridging Claude/Codex/ChatGPT to Adobe Lightroom Classic via a Lua plugin.
Maintainers
Readme
@mskalski/lightroom-mcp
MCP server bridging Claude / Codex / Cursor to Adobe Lightroom Classic via a bundled Lua plugin.
Quick install
Claude Desktop / Claude Code (one-click)
Grab the .mcpb from GitHub Releases and double-click. The Lightroom plugin auto-installs on first run.
Codex CLI
codex mcp add lightroom -- npx -y @mskalski/lightroom-mcpThen install the Lightroom plugin once:
npx -y @mskalski/lightroom-mcp install-pluginCursor / Windsurf / VS Code
Add to MCP config:
{
"mcpServers": {
"lightroom": {
"command": "npx",
"args": ["-y", "@mskalski/lightroom-mcp"]
}
}
}Commands
lightroom-mcp [stdio] Run MCP over stdio (default)
lightroom-mcp install-plugin Copy plugin into Lightroom Modules folderDocs and source
Full documentation, architecture notes, and the Lightroom plugin live at https://github.com/Automaat/lightroom-mcp.
License
MIT
