MCP server for Southwest Airlines - search flights, manage bookings
claude mcp add southwest -- npx -y @striderlabs/mcp-southwest
claude_desktop_config.json
{
"mcpServers": {
"southwest": {
"command": "npx",
"args": [
"-y",
"@striderlabs/mcp-southwest"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"southwest": {
"command": "npx",
"args": [
"-y",
"@striderlabs/mcp-southwest"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"southwest": {
"command": "npx",
"args": [
"-y",
"@striderlabs/mcp-southwest"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"southwest": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@striderlabs/mcp-southwest"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"southwest": {
"command": "npx",
"args": [
"-y",
"@striderlabs/mcp-southwest"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.markswendsen-code--southwest/reviews or the review_server meta-tool.
POST /mcp