trvl
Rank #1,075io.github.MikkoParkkola/trvl
Door-to-door travel MCP + CLI: flights, hotels, trains, cars, ferries. No API keys, Go binary.
trvl is a Model Context Protocol (MCP) server published by mikkoparkkola. It ranks #1,075 of 115,460 servers tracked on MCP Toplist, and its repository has 68 GitHub stars. trvl is listed across 3 registries — Official MCP, PulseMCP and Glama, with 12 tracked versions. It was first listed on Apr 2, 2026 and most recently updated on Aug 12, 2026.
Ranks ahead of 114,385 of 115,460 servers on MCP Toplist.
Use trvl
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add trvl -- docker run -i --rm ghcr.io/mikkoparkkola/trvl:1.21.4claude mcp add trvl -- npx -y trvl-mcp[mcp_servers.trvl]
command = "docker"
args = ["run", "-i", "--rm", "ghcr.io/mikkoparkkola/trvl:1.21.4"]Add to ~/.codex/config.toml.
[mcp_servers.trvl]
command = "npx"
args = ["-y", "trvl-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"trvl": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/mikkoparkkola/trvl:1.21.4"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"trvl": {
"command": "npx",
"args": [
"-y",
"trvl-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"trvl": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/mikkoparkkola/trvl:1.21.4"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"trvl": {
"command": "npx",
"args": [
"-y",
"trvl-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"trvl": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/mikkoparkkola/trvl:1.21.4"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"trvl": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"trvl-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"trvl": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/mikkoparkkola/trvl:1.21.4"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"trvl": {
"command": "npx",
"args": [
"-y",
"trvl-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"trvl": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/mikkoparkkola/trvl:1.21.4"
]
}
}
}{
"mcpServers": {
"trvl": {
"command": "npx",
"args": [
"-y",
"trvl-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.MikkoParkkola%2Ftrvl)<a href="https://mcptoplist.com/server/io.github.MikkoParkkola%2Ftrvl"><img src="https://mcptoplist.com/badge/io.github.MikkoParkkola%2Ftrvl.svg" alt="MCP Toplist: Top 1% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
mikkoparkkola
Other servers by mikkoparkkola
View all mikkoparkkola servers →Available versions (12)
| Version | Published |
|---|---|
| 1.21.4 | Aug 12, 2026 |
| 1.21.3 | Aug 11, 2026 |
| 1.21.2 | Aug 10, 2026 |
| 1.21.1 | Aug 10, 2026 |
| 1.21.0 | Aug 8, 2026 |
| 1.17.5 | Jun 27, 2026 |
| 1.17.2 | Jun 27, 2026 |
| 1.15.0 | Jun 22, 2026 |
| 1.12.2 | Jun 19, 2026 |
| 1.9.2 | Jun 14, 2026 |
| 1.9.1 | Jun 13, 2026 |
| 1.2.3 | May 12, 2026 |
Frequently asked questions
- Who maintains trvl?
- trvl is maintained by mikkoparkkola, which publishes 3 MCP servers (23 total versions) tracked on MCP Toplist.
- Is trvl listed on the Official MCP Registry?
- Yes — trvl is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does trvl have?
- MCP Toplist tracks 12 versions of trvl, most recently published on Aug 12, 2026.
- Where can I find the source code for trvl?
- The source code for trvl is hosted at github.com/mikkoparkkola/trvl.