Gullivr Travel App Integrates with Claude via Remote MCP Server

✍️ OpenClawRadar📅 Published: March 21, 2026🔗 Source
Gullivr Travel App Integrates with Claude via Remote MCP Server
Ad

A developer has created Gullivr, a travel planning application that integrates with Claude through a remote Model Context Protocol (MCP) server. This setup allows Claude to directly create and manage trips within the app, addressing the friction of manually copying travel plans between Claude and travel applications.

What Claude Can Do Through the MCP Server

  • Create and manage trips with day-by-day itineraries
  • Add places with photos and coordinates pulled from Google Places
  • Search and add accommodations with real pricing information
  • Add flights from Gmail confirmations
  • Reorder stops and move places between days
  • Calculate route distances between stops
Ad

How the Integration Works

The app exposes a remote MCP server using Streamable HTTP transport. Users add it to claude-code as a remote server, requiring no local installation, Docker setup, or configuration files. Claude authenticates with the user's account, ensuring it only accesses their specific trips. All updates happen in real time while chatting with Claude.

The developer built the entire application using Claude Code and notes that Gullivr is free to use. The implementation demonstrates how remote MCP servers can enable direct interaction between AI assistants and external applications without complex local setups.

📖 Read the full source: r/ClaudeAI

Ad

👀 See Also