Skip to content
VS Code

cabin flights for VS Code

io.github.kobuta23/cabin-flights

Search and book real flights with USDC on Base. 500+ airlines, crypto-native payments.

client:VS Code transport:stdio runtime:npm

Install cabin flights in VS Code

.vscode/mcp.json

{
  "servers": {
    "cabin-flights": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "cabin-flights"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

cabin flights in other clients