Skip to content
Zed

amadeus mcp for Zed

io.github.mrfentmen/amadeus-mcp

MCP server for Amadeus travel: flights, hotels, airports. Free test key.

client:Zed transport:stdio runtime:npm

Install amadeus mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "amadeus-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "amadeus-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

amadeus mcp in other clients