Catalog
io.github.holiday-forever/holiday-photo-plus
Official1 toolShow holiday photos from Vercel Blob inline in Claude chats.
Display holiday photos from Vercel Blob inline in Claude conversations.
Captured live from the server via tools/list.
get_photo
Fetch a photo from the Holiday Photo Plus library and display it inline in the chat. `name` is the filename of the photo as it lives in the repo's `public/holidayphotos/` folder (e.g. 'Photo1.png'). A substring also matches. Omit `name` to get a random photo.
Parameters (1)
- namestring
Photo pathname, filename, or substring. Omit for a random photo.
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"holiday-photo-plus": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://holiday-photo-plus.vercel.app/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.