Travel booking service
Connect to Expedia for flights, hotels, and travel packages.
{
"mcpServers": {
"expedia": {
"mcpServers": {
"expedia": {
"env": {
"EXPEDIA_SECRET": "your-secret",
"EXPEDIA_API_KEY": "your-api-key"
},
"args": [
"-y",
"expedia-mcp-server"
],
"command": "npx"
}
}
}
}
}