MCP Server
Holiday Photo Plus 2
A remote Model Context Protocol server that delivers holiday photos inline to Claude chat.
Endpoint
https://holiday-photo-plus-2.vercel.app/mcp
Streamable HTTP transport. Point any MCP-compatible client at this URL.
Connect from Claude
In Claude Desktop or Claude Code, add this server to your MCP configuration:
{
"mcpServers": {
"holiday-photos": {
"url": "https://holiday-photo-plus-2.vercel.app/mcp"
}
}
}Tools
list_photos()— returns every available photo ID with its description.get_photo(photo_id)— returns the image inline (base64) with its description as a caption.
Photos available
sunset— A wooden pier stretching into calm water at sunset, with the sky glowing purple and orange.beach— Rocky coastal shoreline with waves crashing against the shore, photographed by Kainoa Kanter.mountains— Yosemite's Half Dome at night, snow-capped under a star-filled sky.
Source
github.com/holiday-forever/Holiday-Photo-Plus-2
Published to the MCP registry as io.github.holiday-forever/holiday-photo-plus-2.