
Southwest
Let your MCP agent search Southwest flights and manage bookings so travel planning stays inside your coding-agent session.
Overview
Southwest MCP is a Build-phase MCP server that lets AI agents search Southwest flights and manage airline bookings via stdio npm integration.
What is this MCP server?
- Search Southwest Airlines flights through MCP tool calls
- View and manage existing bookings from the agent host
- Packaged as @striderlabs/mcp-southwest v0.1.0
- stdio transport compatible with common local MCP setups
- Source repository markswendsen-code/mcp-southwest on GitHub
- Server version 0.1.0
- npm identifier @striderlabs/mcp-southwest
What problem does it solve?
Flight research and Southwest booking changes still pull you out of your agent into airline websites, duplicating dates, fares, and confirmation numbers manually.
Who is it for?
Builders automating personal or demo travel workflows on Southwest through Claude Code, Cursor, or other stdio MCP clients.
Skip if: Corporate travel desks needing GDS compliance, multi-carrier fare rules, or guaranteed SLA support beyond community MCP servers.
What do I get? / Deliverables
After registering Southwest MCP, your agent can query flights and interact with booking management tools without leaving the MCP-enabled workspace.
- Registered Southwest MCP stdio server in your agent
- Callable flight search and booking-management tools
- Traceable open-source manifest from markswendsen-code/mcp-southwest
Recommended MCP Servers
Journey fit
Airline booking bridges are Build-phase integrations that attach consumer travel APIs to the agent stack you are already configuring. Southwest MCP is @striderlabs/mcp-southwest stdio npm tooling—external travel service wiring under agent-tooling integrations.
How it compares
Southwest-specific travel MCP bridge, not a full itinerary planner skill or metasearch product.
Common Questions / FAQ
Who is Southwest MCP for?
It is for MCP users who fly Southwest and want flight search and booking management exposed as agent tools from a local stdio server.
When should I use Southwest MCP?
Use it when you repeatedly check Southwest routes, prices, or reservations and want those steps orchestrated from your coding agent instead of the airline site.
How do I add Southwest MCP to my agent?
Install @striderlabs/mcp-southwest, add it to your MCP host as a stdio server, restart the client, and complete any Southwest login or session steps described in the GitHub repo.