trivago MCP Server
Provide agents and LLMs with the capability to search for accommodations and hotels
Introduction
The trivago MCP Server follows the Model Context Protocol, allowing agents and LLMs to utilize the trivago Search to find the most suitable accommodations.
Overview
The Model Context Protocol is a standardized protocol that enables code agents and LLMs to connect to MCP servers to manage resources and complete tasks for you using natural language prompts.
An MCP client is an application that connects to an MCP server, such as Windsurf, Cursor, Claude, or VSCode Copilot. For a more comprehensive list, refer to the Model Context Protocol documentation.
Sample Prompts
Here are some examples of how you can use the trivago MCP Server:
"I'm looking for a hotel in Berlin from 20 December to 24 December 2025."
"Search an accommodation near the Eifel Tower with 2 rooms for 2 adults and 2 children aged 6 and 10."
"I need an accommodation in Dusseldorf with pool and high guest rating, from 12 Aug 2026 to 20 Aug 2026."
"I'm planning for my vacation. I wanna visit Japan in January 2026. I would like to stay in Tokyo and Osaka. Plan for 2 weeks and find suitable accommodations."
"Find a hotel near to the Etihad stadium, from 10 January 2026 for 4 days."
Available Tools
The trivago MCP Server offers agents and LLMs the following tools for accommodation search functionality:
| Tool Name | Description |
|---|---|
trivago-search-suggestions |
Provide search suggestions based on the given query |
trivago-accommodation-search |
Search for accommodations based on the provided query and filters |
trivago-accommodation-radius-search |
Search for accommodations based on the provided coordinates and filters |
trivago MCP Configuration
This is an example of the mcp.json file that adds the trivago MCP server:
{
"mcpServers": {
"mcp_trivago_search": {
"url": "https://mcp.trivago.com/mcp"
}
}
}
Installation Guide
Cursor
Install the trivago MCP Server in Cursor using the button below:
Read more in the Cursor docs →
VS Code
Install the trivago MCP Server in VS Code using the badges below:
Need Help?
For additional support and resources, please visit the Model Context Protocol documentation or contact the trivago team at [email protected].