Gullivr Travel App Integrates with Claude via Remote MCP Server

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
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
👀 See Also

Phaselock: An AI Agent Control System Inspired by Parenting Techniques
Phaselock is an open-source Agent Skill that implements four control mechanisms for AI agents: explicit gates before action, immediate feedback on mistakes, constrained choices, and mechanical rule enforcement. It works with Claude Code, Cursor, Windsurf, and tools supporting hooks.

Free AI Product Launch Playbook Repository for Claude Users
A developer has released a free repository containing a structured AI product launch playbook designed to work with Claude. The repo organizes launch experience into practical stages including strategy, preparation, execution, and includes templates and tool references.

Real-time stock analysis added to Claude Desktop via MCP server
A developer built an MCP server called agent-toolbelt that adds real-time stock analysis capabilities to Claude Desktop and Claude Code. The tool provides five specific analysis functions and works with a single command installation.

boxBot: An Open-Source Smart Speaker Powered by Claude and Hailo AI
A developer built a smart speaker named boxBot using Claude for agent-driven hardware control, Raspberry Pi, Hailo AI accelerator, and custom SDK—open-sourced on GitHub.