Expedia logo

Expedia

Plan trips, flights and hotels

Official docs

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/mcp
Transport
Streamable HTTP
Authentication
OAuth

Setup

claude mcp add expedia --transport http https://www.expedia.com/mcp

Frequently 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. 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.

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, Codex, 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 current standard transport for the Model Context Protocol, supported by all major MCP clients.

More remote MCP servers