delta for Cursor
io.github.markswendsen-code/delta
MCP server for Delta Airlines - search flights, check status, manage trips
client:Cursor
transport:stdio
runtime:npm
Install delta in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"delta": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@striderlabs/mcp-delta"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs