Skip to content
VS Code

delta for VS Code

io.github.markswendsen-code/delta

MCP server for Delta Airlines - search flights, check status, manage trips

client:VS Code transport:stdio runtime:npm

Install delta in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

delta in other clients