Holiday Photo Plus
An MCP server that serves photos from the repo's holidayphotos/ folder and shows them inline in your Claude chats.
MCP endpoint
https://holiday-photo-plus.vercel.app/mcp
Add to Claude
{
"mcpServers": {
"holiday-photo-plus": {
"url": "https://holiday-photo-plus.vercel.app/mcp"
}
}
}Tools
- get_photo({ name? })Fetch a photo from the repo's
public/holidayphotos/folder and display it inline.nameis the filename (e.g.Photo1.png) or a substring. Omit for a random photo.