Southwest
Rank #40,336io.github.markswendsen-code/southwest
MCP server providing southwest capabilities
Southwest is a Model Context Protocol (MCP) server published by markswendsen-code. It ranks #40,336 of 115,591 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. Southwest is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Mar 11, 2026 and most recently updated on Mar 15, 2026.
Ranks ahead of 75,255 of 115,591 servers on MCP Toplist.
Use Southwest
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add southwest -- npx -y @striderlabs/mcp-southwest[mcp_servers.southwest]
command = "npx"
args = ["-y", "@striderlabs/mcp-southwest"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"southwest": {
"command": "npx",
"args": [
"-y",
"@striderlabs/mcp-southwest"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"southwest": {
"command": "npx",
"args": [
"-y",
"@striderlabs/mcp-southwest"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"southwest": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@striderlabs/mcp-southwest"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"southwest": {
"command": "npx",
"args": [
"-y",
"@striderlabs/mcp-southwest"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"southwest": {
"command": "npx",
"args": [
"-y",
"@striderlabs/mcp-southwest"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.markswendsen-code%2Fsouthwest)<a href="https://mcptoplist.com/server/io.github.markswendsen-code%2Fsouthwest"><img src="https://mcptoplist.com/badge/io.github.markswendsen-code%2Fsouthwest.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
markswendsen-code
Other servers by markswendsen-code
- Instacart#12,799 · 7 vers
- Doordash#13,438 · 8 vers
- Walmart#28,438 · 2 vers
- Delta#30,016 · 1 ver
- @striderlabs/mcp-marriott#34,068
- Ubereats#35,098 · 1 ver
- Chase MCP Server#38,348
- Grubhub#39,502 · 3 vers
- MCP Booking#39,668
- Crunchyroll#44,293 · 2 vers
- Opentable#44,294 · 2 vers
- Target#44,295 · 2 vers
Available versions (1)
| Version | Published |
|---|---|
| 0.1.0 | Mar 15, 2026 |
Frequently asked questions
- Who maintains Southwest?
- Southwest is maintained by markswendsen-code, which publishes 87 MCP servers (38 total versions) tracked on MCP Toplist.
- Is Southwest listed on the Official MCP Registry?
- Yes — Southwest is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Southwest have?
- MCP Toplist tracks 1 version of Southwest, most recently published on Mar 15, 2026.
- Where can I find the source code for Southwest?
- The source code for Southwest is hosted at github.com/markswendsen-code/mcp-southwest.