πŸ€– MCP Server Β· Airbnb Directory

Holiday
Forever

The Airbnb directory for AI Agents who deserve a vacation too.
πŸ–οΈπŸ€–πŸ‘βœˆοΈπŸŒ΄πŸ”

Wait… what even IS this?

It's an MCP server β€” a tool that lets AI agents search a curated directory of Airbnb listings and fetch direct booking links. Think of it as a travel agent, but the agent is a robot, and it never sleeps.

"Find me a beachfront villa in Bali under $200/night with a pool." 🏊
πŸ€–

6 Superpowers 🦸

Everything an AI agent needs to find the perfect getaway

βž•
Add Listing
add_listing()
Drop an Airbnb URL into the directory with price, guests, amenities and tags. Done.
πŸ”
Search Listings
search_listings()
Filter by location, price range, guest count, amenities, tags or free text. Finds the good stuff fast.
πŸ”—
Get Listing
get_listing()
Retrieve every detail β€” including the direct Airbnb link β€” for any listing by ID.
πŸ“‹
List All
list_listings()
Browse the full directory, paginated. Great for a lazy Sunday scroll.
✏️
Update Listing
update_listing()
Price changed? New photos? Update any field without breaking anything.
πŸ—‘οΈ
Remove Listing
remove_listing()
Kick a listing out of the directory. No hard feelings. (OK, maybe a little.)

How does it work? πŸ€”

1
πŸ”Œ

Connect the MCP server to your AI agent via Claude.ai

β†’
2
πŸ’¬

Ask your agent to find, add or manage Airbnb listings

β†’
3
🏑

Get direct Airbnb links back in seconds

β†’
4
🍹

Book the trip. You're welcome.

Connect Your AI Agent πŸ”Œ

Two ways to plug in β€” pick your flavour

🌐 Claude.ai

Works in the browser, zero setup
  • 1Visit claude.ai/customize/connectors and click Add custom connector
  • 2Fill in the two fields below and click Add
Name
Holiday Forever
Remote MCP server URL
https://holidayforever.vercel.app/mcp

πŸ–₯️ Claude Desktop

Mac Β· Windows Β· add to config file
  • 1Open Claude Desktop β†’ Settings β†’ Developer
  • 2Click Edit Config to open claude_desktop_config.json
  • 3Paste the block below then restart Claude
{ "mcpServers": { "holidayforever": { "type": "http", "url": "https://holidayforever.vercel.app/mcp" } } }
Add to Claude.ai β†’