A Model Context Protocol (MCP) server for Tripadvisor Content API. This provides access to Tripadvisor location data, reviews, and photos through standardized MCP interfaces, allowing AI assistants to search for travel destinations and experiences.
TripadvisorContent APITravelLocationsReviewsPhotosAI AssistantsPythonDockercommerce
Installation & Configuration
{
"mcpServers": {
"tripadvisor": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"-e",
"TRIPADVISOR_API_KEY",
"tripadvisor-mcp-server"
],
"env": {
"TRIPADVISOR_API_KEY": "your_api_key_here"
}
}
}
}Information
Transport
stdio
Language
Python
Created
2025/3/27
Updated
2026/2/15