Skip to content
VS Code

southwest for VS Code

io.github.markswendsen-code/southwest

MCP server for Southwest Airlines - search flights, manage bookings

client:VS Code transport:stdio runtime:npm

Install southwest in VS Code

.vscode/mcp.json

{
  "servers": {
    "southwest": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@striderlabs/mcp-southwest"
      ]
    }
  }
}

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

southwest in other clients