io.github.holiday-forever/holiday-photo-plus-2
Official2 toolsHoliday photo MCP server: list and fetch personal holiday photos inline in Claude chat.
List and retrieve personal holiday photos inline within Claude conversations.
Captured live from the server via tools/list.
list_photos
List every available holiday photo with its ID and description.
No parameters.
get_photo
Display a holiday photo to the user by creating an HTML artifact that embeds the photo from its hosted URL. After calling this tool you MUST create an HTML artifact (type text/html) whose body is a single <img> tag pointing at the hosted URL returned in the result. Do not write a prose description, caption, or commentary — the user wants to view the photo, not read about it. Use list_photos first to discover valid IDs.
Parameters (1)
- photo_idstringrequired
Identifier of the photo, e.g. 'sunset'.
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"holiday-photo-plus-2": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://holiday-photo-plus-2.vercel.app/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.