
Expedia
Plan trips, flights and hotels
About Expedia
Expedia helps users plan trips, flights, hotels, and travel itineraries. Its connector brings travel search and booking context into assistant workflows so destinations, lodging, flights, and plans can be compared from conversation.
Connection details
https://www.expedia.com/mcpTransport
Streamable HTTP
Authentication
OAuth
Setup
claude mcp add expedia --transport http https://www.expedia.com/mcpFrequently asked questions
What is the Expedia remote MCP server?
The Expedia remote MCP server is a hosted Model Context Protocol endpoint at https://www.expedia.com/mcp, so AI assistants can connect to it without installing or running anything locally.
How do I connect to the Expedia MCP server?
Add the endpoint https://www.expedia.com/mcp to any MCP-compatible client such as Claude Code, Cursor, or VS Code. The setup snippets on this page configure each client in one step.
Does the Expedia MCP server require authentication?
Yes. Expedia uses OAuth: the first time you connect, your MCP client opens a browser window to sign in and authorize access, then reuses the credentials for future sessions.
Which transport does the Expedia MCP server use?
Expedia exposes a Streamable HTTP endpoint, the transport used by remote MCP servers and supported by all major MCP clients.