OctoTrip Flights
Rank #18,409app.octotrip/flights
Free, no-login flight search with real-time pricing from multiple airlines.
OctoTrip Flights is a Model Context Protocol (MCP) server published by octotrip. It ranks #18,409 of 115,591 servers tracked on MCP Toplist, and its repository has 4 GitHub stars. OctoTrip Flights is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Jun 24, 2026 and most recently updated on Jun 25, 2026.
Ranks ahead of 97,182 of 115,591 servers on MCP Toplist.
Use OctoTrip Flights
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http flights https://mcp.octotrip.app/flights/mcp[mcp_servers.flights]
url = "https://mcp.octotrip.app/flights/mcp"Add to ~/.codex/config.toml.
https://mcp.octotrip.app/flights/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"flights": {
"url": "https://mcp.octotrip.app/flights/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"flights": {
"type": "http",
"url": "https://mcp.octotrip.app/flights/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"flights": {
"serverUrl": "https://mcp.octotrip.app/flights/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"flights": {
"url": "https://mcp.octotrip.app/flights/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/app.octotrip%2Fflights)<a href="https://mcptoplist.com/server/app.octotrip%2Fflights"><img src="https://mcptoplist.com/badge/app.octotrip%2Fflights.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
octotrip
Other servers by octotrip
View all octotrip servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.0 | Jun 25, 2026 |
Frequently asked questions
- Who maintains OctoTrip Flights?
- OctoTrip Flights is maintained by octotrip, which publishes 2 MCP servers (2 total versions) tracked on MCP Toplist.
- Is OctoTrip Flights listed on the Official MCP Registry?
- Yes — OctoTrip Flights is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does OctoTrip Flights have?
- MCP Toplist tracks 1 version of OctoTrip Flights, most recently published on Jun 25, 2026.
- Where can I find the source code for OctoTrip Flights?
- The source code for OctoTrip Flights is hosted at github.com/octotrip/flights.