Batch photo processing: compress, convert, EXIF, rename, dedup, cull, galleries
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
uvx photo-s-tools
MCP client config
{
"mcpServers": {
"photos": {
"command": "uvx",
"args": [
"photo-s-tools"
]
}
}
}