Skip to content
Cursor

southwest for Cursor

io.github.markswendsen-code/southwest

MCP server for Southwest Airlines - search flights, manage bookings

client:Cursor transport:stdio runtime:npm

Install southwest in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

southwest in other clients