What is the Holiday Forever MCP server?
Interactive photo gallery widget for a single Airbnb listing with price, rating, and link.
How to install Holiday Forever
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"holiday-forever-2": {
"url": "https://holiday-forever-2.vercel.app/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"holiday-forever-2": {
"serverUrl": "https://holiday-forever-2.vercel.app/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"holiday-forever-2": {
"type": "http",
"url": "https://holiday-forever-2.vercel.app/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"holiday-forever-2": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://holiday-forever-2.vercel.app/mcp"
]
}
}
}Claude Code
claude mcp add --transport http holiday-forever-2 https://holiday-forever-2.vercel.app/mcpRelated MCP servers
Show holiday photos from Vercel Blob inline in Claude chats.
View repository →Holiday photo MCP server: list and fetch personal holiday photos inline in Claude chat.
View repository →Searchable directory of Airbnb listings — discover properties and retrieve direct Airbnb links.
View repository →