Best for
- Personal users who already plan trips with AI assistants and want real data.
- Developers who need travel search in their apps without expensive APIs.
- Users who value no-API-key, local-first, privacy-conscious tools.
trvl is a powerful and innovative travel MCP server, offering comprehensive travel search without API keys. Its single-tool design reduces token usage, and optimization features (e.g., split airlines, date shifting) are practical. However, it has privacy risks (automatic browser cookie reading) and compliance concerns (provider ToS). It's well-suited for personal and developer use, but commercial use is restricted.
trvl is an open-source travel MCP server that enables AI assistants (like Claude, Cursor, Windsurf, Codex, etc.) to search real travel information including flights, hotels, trains, buses, ferries, car rentals, and price alerts. It exposes a single smart tool (the 'travel' router) that aggregates multiple travel data sources (Google Flights, Google Hotels, Kiwi, etc.) in parallel, then merges, de-duplicates, and optimizes results. No API keys, no signup, no per-call cost. It runs locally as a binary, keeps most data on your machine, but automatically reads your browser cookies to access bot-protected sites.
brew install MikkoParkkola/tap/trvl or download the binary directly.trvl mcp install to auto-detect and configure your AI client.{
"mcpServers": {
"trvl": {
"command": "trvl",
"args": ["mcp"]
}
}
}{"mcpServers":{"trvl":{"command":"trvl","args":["mcp"]}}}