Delta MCP Server

delta is an MCP server in the automation category that exposes 16 tools to an agent, covering read & search, flight, auth & access. It runs locally over stdio via the published package.

People connecting automation tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-03-11 · ★ 4 · #162 OF 194 MAINTAINED AUTOMATION · VERIFIED 2026-08-25

TypeScript servers · how we verify → /methodology

01 · Install Delta

before you install - you'll need

The README does not document required environment variables for a basic install.

Claude Code

claude mcp add markswendsen-code-mcp-delta -- npx -y @striderlabs/mcp-delta

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "markswendsen-code-mcp-delta": {
      "command": "npx",
      "args": [
        "-y",
        "@striderlabs/mcp-delta"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license no standard license detected - usage rights unclear; check the repo before commercial use

npm package @striderlabs/mcp-delta - the @striderlabs scope differs from the repo owner (markswendsen-code); confirm it's the project's official package

registry namespace io.github.markswendsen-code is GitHub-verified and matches the repo owner

03 · What Delta can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can get detailed info about a flight (aircraft, layovers, baggage policy), select outbound/return flights to begin booking, view aircraft seat map with availability and pricing, and add checked baggage to your booking.

Capability map

Tools grouped from the project's README - what Delta lets an agent do.

read & search

6 tools - e.g. Search Delta flights by origin, destination, dates, and passengers; View aircraft seat map with availability and pricing; View upgrades, Wi-Fi passes, priority boarding, and other add-ons

search_flights · get_seat_map · get_trip_extras · get_booking · get_boarding_pass · get_skymiles

Flight

3 tools - e.g. Get detailed info about a flight (aircraft, layovers, baggage policy); Select outbound/return flights to begin booking; Real-time flight status, gate, and delay information

get_flight_details · select_flight · get_flight_status

auth & access

1 tool - e.g. Initiate Delta SkyMiles login (opens sign-in page)

login

Logout

1 tool - e.g. Clear saved session and cookies

logout

Select

1 tool - e.g. Choose specific seats for passengers

select_seats

create & write

1 tool - e.g. Add checked baggage to your booking

add_bags

Checkout

1 tool - e.g. Complete the flight purchase (requires confirm: true)

checkout

Check

1 tool - e.g. Online check-in for upcoming flights (opens 24h before departure)

check_in

04 · Who maintains Delta

delta is maintained by markswendsen-code. We track 19 MCP servers from markswendsen-code - 19 actively maintained, 31 combined GitHub stars, oldest repo from Mar 2026. Full record: all servers from markswendsen-code.

  1. instacart MCP server for Instacart - let AI agents manage grocery shopping and place orders autonomously ★ 9
  2. southwest MCP server for Southwest Airlines - search flights, manage bookings ★ 2
  3. doordash MCP server for DoorDash - let AI agents order food delivery autonomously with browser-based ordering ★ 7
  4. walmart MCP server for Walmart - search products, manage cart, track orders ★ 3
  5. ubereats MCP server for Uber Eats - let AI agents order food delivery ★ 3

05 · Facts

category
automation - ranked #162 of 194 actively-maintained automation servers as of 2026-08-25.
registry
io.github.markswendsen-code/delta (active, first published 2026-03-15)
packages
npm:@striderlabs/mcp-delta

06 · Delta FAQ

Is Delta still maintained?

Yes - as of 2026-08-25, its last commit was 2026-03-11. We re-verify nightly.

What can Delta do?

With this server connected, an agent can get detailed info about a flight (aircraft, layovers, baggage policy), select outbound/return flights to begin booking, view aircraft seat map with availability and pricing, and add checked baggage to your booking.

How do I install Delta?

Run `npx -y @striderlabs/mcp-delta`. The README does not document required environment variables for a basic install. You can also paste the ready-made client config above.

Does Delta run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Delta

More automation MCP servers · Doordash · Instacart · Southwest · Ubereats · Walmart

More TypeScript MCP servers · Android (martingeidobler) · see all