Delta runs on your own machine — the client starts it, so there is no endpoint to ping. 42 installs a week from npm. Last commit 11 Mar 2026.
MCP server for Delta Airlines - search flights, check status, manage trips
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add delta -- npx -y @striderlabs/mcp-delta
{
"mcpServers": {
"delta": {
"args": [
"-y",
"@striderlabs/mcp-delta"
],
"command": "npx"
}
}
}
[mcp_servers.delta]
command = "npx"
args = ["-y", "@striderlabs/mcp-delta"]
{
"mcpServers": {
"delta": {
"args": [
"-y",
"@striderlabs/mcp-delta"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"delta": {
"args": [
"-y",
"@striderlabs/mcp-delta"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.