An MCP server and app to search and browse your photos while preserving your privacy
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 ouestcharlie-woof
MCP client config
{
"mcpServers": {
"ouestcharlie-woof": {
"command": "uvx",
"args": [
"ouestcharlie-woof"
]
}
}
}