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

Open-source framework for persistent AI agent memory with local storage and graph-based retrieval
A developer has been building an open-source framework for persistent AI agent memory that stores data locally as Markdown files, uses wiki-links as graph edges, and implements Git for version control. The system features four-signal retrieval and graph-aware forgetting based on ACT-R cognitive science.

Automated Claude Code Pipeline Cuts Token Usage from 78k to 15k Per Feature
An open-source pipeline for Claude Code automates 12 phases including pre-check analysis of existing code, reducing token usage from ~78k to ~15k per feature. It offers three profiles (yolo, standard, paranoid) and replaces confidence scores with grep-based validation.

Temporal-MCP: Wall-Clock Awareness for LLMs with OAuth Support
Temporal-MCP is a minimal MCP server that provides wall-clock awareness to LLMs, addressing time-related failure modes like incorrect greetings and stale context. It offers two tools (temporal_tick and temporal_peek) returning elapsed time, day-rollover detection, and fresh-thread flags.

Agent Browser Protocol: Open-source Chrome fork for AI agents achieves 90% on Mind2Web benchmark
Agent Browser Protocol (ABP) is an open-source Chrome fork that freezes JavaScript and time after each action to convert web browsing into multimodal chat for AI agents. It achieved 90.53% on the Online Mind2Web Benchmark and can be added to Claude Code with a single command.