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

GlycemicGPT: Self-Hosted AI Diabetes Monitor with BYOAI and Plugin SDK
GlycemicGPT is an open-source, self-hosted platform that connects Dexcom G7 and Tandem pumps to an AI analysis layer. It provides daily briefs, meal analysis, conversational chat, and configurable alerts, all on your own hardware.

McPherson AI releases two new QSR operations skills on ClawHub: food cost diagnostics and labor leak auditing
Two new free skills have been published on ClawHub: qsr-food-cost-diagnostic catches COGS issues weekly with a four-lever diagnostic, and qsr-labor-leak-auditor provides daily labor tracking with mid-week alerts to prevent overspend.

Building a Persistent AI Knowledge Infrastructure with OpenClaw
A developer built 'Brain'—a central knowledge service with local RAG, multi-agent coordination, and a typed plugin system—to solve the statelessness problem in AI setups. The system runs entirely on local hardware using Ollama, Postgres, MongoDB, Qdrant, and Memgraph.

Claudigotchi: Physical Tamagotchi Device That Feeds on Claude Code Activity
Claudigotchi is a physical desktop creature running on an ESP32 with an LCD screen that connects to Claude Code via a plugin. The device's hunger system responds to coding activity, with visual states and sound effects that escalate when Claude is left idle.