MikkoParkkola/trvl
Google Flights + Hotels from your terminal. Free, no API keys, real-time prices. Single Go binary with MCP server.
Platform-specific configuration:
{
"mcpServers": {
"trvl": {
"command": "npx",
"args": [
"-y",
"trvl"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
[](https://goreportcard.com/report/github.com/MikkoParkkola/trvl) [](https://github.com/MikkoParkkola/trvl/actions/workflows/ci.yaml) [](https://github.com/MikkoParkkola/trvl/releases) [](https://opensource.org/licenses/MIT) [](https://modelcontextprotocol.io)
> Real-time Google Flights + Hotels data for your AI assistant. Free. No API keys. One binary.
Give your AI the power to plan complete trips:
"Find me the cheapest nonstop flight from Helsinki to Barcelona in July"
"Where can I go for a cheap weekend getaway from Helsinki next month?"
"Plan a multi-city trip: Helsinki -> Barcelona -> Rome -> Paris, find the cheapest order"
"What's the total cost for a week in Tokyo — flights, hotel, everything?"
"Search 4-star hotels in Tokyo for next weekend under $200/night"trvl is an MCP server that gives Claude, Cursor, Windsurf, and any MCP-compatible AI assistant direct access to Google Flights and Google Hotels data — no API keys, no monthly fees, no scraping.
# macOS / Linux
curl -fsSL https://github.com/MikkoParkkola/trvl/releases/latest/download/trvl_$(uname -s | tr '[:upper:]' '[:lower:]')_$(uname -m | sed 's/x86_64/amd64/;s/aarch64/arm64/').tar.gz | tar xz -C /usr/local/bin trvl<details> <summary>More install options</summary>
# Homebrew
brew install MikkoParkkola/tap/trvl
# Go
go install github.com/MikkoParkkola/trvl/cmd/trvl@latest
# Docker
docker run --rm ghcr.io/mikkoparkkola/trvl flights HEL NRT 2026-06-15
# Build from source
git clone https://Loading reviews...