PluginBench
MCP Server

OctoTrip Flights MCP Server

app.octotrip/flights

What is the OctoTrip Flights MCP server?

Free, no-login flight search with real-time pricing from multiple airlines.

How to install OctoTrip Flights

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "flights": {
      "url": "https://mcp.octotrip.app/flights/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "flights": {
      "serverUrl": "https://mcp.octotrip.app/flights/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "flights": {
      "type": "http",
      "url": "https://mcp.octotrip.app/flights/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "flights": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.octotrip.app/flights/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http flights https://mcp.octotrip.app/flights/mcp

Related MCP servers

Free, no-login rental car search with real-time pricing.

View repository →