Travel
Rank #388io.github.Efistoffeles/boostedtravel
MCP server providing travel capabilities
Travel is a Model Context Protocol (MCP) server published by letsfg. It ranks #388 of 115,460 servers tracked on MCP Toplist, and its repository has 1,954 GitHub stars. Travel is listed across 4 registries — Official MCP, PulseMCP, mcp.so and Glama, with 4 tracked versions. It was first listed on Mar 1, 2026 and most recently updated on Mar 16, 2026.
Ranks ahead of 115,072 of 115,460 servers on MCP Toplist.
Use Travel
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http boostedtravel https://api.boostedchat.com/mcpThis endpoint requires authentication — see the server’s docs for credentials.
claude mcp add boostedtravel -e "BOOSTEDTRAVEL_API_KEY=<your BOOSTEDTRAVEL_API_KEY>" -- npx -y boostedtravel-mcpReplace each placeholder with your own value before saving.
claude mcp add boostedtravel -e "BOOSTEDTRAVEL_API_KEY=<your BOOSTEDTRAVEL_API_KEY>" -- uvx boostedtravelReplace each placeholder with your own value before saving.
[mcp_servers.boostedtravel]
url = "https://api.boostedchat.com/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.boostedtravel]
command = "npx"
args = ["-y", "boostedtravel-mcp"]
[mcp_servers.boostedtravel.env]
BOOSTEDTRAVEL_API_KEY = "<your BOOSTEDTRAVEL_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
[mcp_servers.boostedtravel]
command = "uvx"
args = ["boostedtravel"]
[mcp_servers.boostedtravel.env]
BOOSTEDTRAVEL_API_KEY = "<your BOOSTEDTRAVEL_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://api.boostedchat.com/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"boostedtravel": {
"command": "npx",
"args": [
"-y",
"boostedtravel-mcp"
],
"env": {
"BOOSTEDTRAVEL_API_KEY": "<your BOOSTEDTRAVEL_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"boostedtravel": {
"command": "uvx",
"args": [
"boostedtravel"
],
"env": {
"BOOSTEDTRAVEL_API_KEY": "<your BOOSTEDTRAVEL_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"boostedtravel": {
"url": "https://api.boostedchat.com/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"boostedtravel": {
"command": "npx",
"args": [
"-y",
"boostedtravel-mcp"
],
"env": {
"BOOSTEDTRAVEL_API_KEY": "<your BOOSTEDTRAVEL_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"boostedtravel": {
"command": "uvx",
"args": [
"boostedtravel"
],
"env": {
"BOOSTEDTRAVEL_API_KEY": "<your BOOSTEDTRAVEL_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"boostedtravel": {
"type": "http",
"url": "https://api.boostedchat.com/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"boostedtravel": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"boostedtravel-mcp"
],
"env": {
"BOOSTEDTRAVEL_API_KEY": "<your BOOSTEDTRAVEL_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"servers": {
"boostedtravel": {
"type": "stdio",
"command": "uvx",
"args": [
"boostedtravel"
],
"env": {
"BOOSTEDTRAVEL_API_KEY": "<your BOOSTEDTRAVEL_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"boostedtravel": {
"serverUrl": "https://api.boostedchat.com/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"boostedtravel": {
"command": "npx",
"args": [
"-y",
"boostedtravel-mcp"
],
"env": {
"BOOSTEDTRAVEL_API_KEY": "<your BOOSTEDTRAVEL_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"boostedtravel": {
"command": "uvx",
"args": [
"boostedtravel"
],
"env": {
"BOOSTEDTRAVEL_API_KEY": "<your BOOSTEDTRAVEL_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"boostedtravel": {
"url": "https://api.boostedchat.com/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"boostedtravel": {
"command": "npx",
"args": [
"-y",
"boostedtravel-mcp"
],
"env": {
"BOOSTEDTRAVEL_API_KEY": "<your BOOSTEDTRAVEL_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
{
"mcpServers": {
"boostedtravel": {
"command": "uvx",
"args": [
"boostedtravel"
],
"env": {
"BOOSTEDTRAVEL_API_KEY": "<your BOOSTEDTRAVEL_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
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.Efistoffeles%2Fboostedtravel)<a href="https://mcptoplist.com/server/io.github.Efistoffeles%2Fboostedtravel"><img src="https://mcptoplist.com/badge/io.github.Efistoffeles%2Fboostedtravel.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 (3 delisted)
letsfg
Available versions (4)
| Version | Published |
|---|---|
| 0.2.17 | Mar 16, 2026 |
| 0.1.2 | Mar 1, 2026 |
| 0.1.1 | Mar 1, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Travel?
- Travel is maintained by letsfg, which publishes 1 MCP server (4 total versions) tracked on MCP Toplist.
- Is Travel listed on the Official MCP Registry?
- Yes — Travel is listed on the Official MCP Registry, alongside PulseMCP, mcp.so and Glama.
- How many versions does Travel have?
- MCP Toplist tracks 4 versions of Travel, most recently published on Mar 16, 2026.
- Where can I find the source code for Travel?
- The source code for Travel is hosted at github.com/letsfg/letsfg.