darktable-mcp

w1ne/darktable-mcp
★ 2 stars Python 📦 Other Updated 1d ago
MCP server for darktable photo management and editing
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "darktable-mcp": {
      "command": "uvx",
      "args": [
        "darktable-mcp"
      ]
    }
  }
}

Or install with pip: pip install darktable-mcp