MCP server that lets AI edit RAW photos through RawTherapee CLI. With inline image previews - the LLM can see, analyze, and iteratively refine photos like a human editor.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"rawtherapee-mcp-serv": {
"command": "uvx",
"args": [
"rawtherapee-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add rawtherapee-mcp-serv uvx rawtherapee-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"rawtherapee-mcp-serv": {
"command": "uvx",
"args": [
"rawtherapee-mcp-server"
]
}
}
}
📋 Copy
Or install with pip: pip install rawtherapee-mcp-server