Tripadvisor MCP Server
@pab1it0
About Tripadvisor MCP Server
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.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"tripadvisor-mcp": {
"command": "docker",
"args": [
"build",
"-t",
"tripadvisor-mcp-server",
"."
]
}
}
}Tools
5Search
Search
Retrieval
Retrieval
Retrieval
Overview
What is Tripadvisor MCP Server?
A Model Context Protocol (MCP) server for the Tripadvisor Content API. It provides standardized access to Tripadvisor location data, reviews, and photos, enabling AI assistants to search for travel destinations and experiences.
How to use Tripadvisor MCP Server?
Obtain a Tripadvisor Content API key from the Tripadvisor Developer Portal. Set the TRIPADVISOR_API_KEY environment variable in a .env file or system config. Add the server configuration to your MCP client (e.g., Claude Desktop) using the uv command pointing to the tripadvisor-mcp directory, or run via Docker. You can also configure which tools to make available.
Key features of Tripadvisor MCP Server
- Search for locations (hotels, restaurants, attractions)
- Get detailed information about any location
- Retrieve reviews and photos for locations
- Search for nearby locations using coordinates
- API key authentication
- Docker containerization support
- Configurable list of available tools
Use cases of Tripadvisor MCP Server
- An AI travel assistant finding hotels, restaurants, or attractions by query
- Retrieving location details and recent reviews for trip planning
- Discovering nearby points of interest based on user coordinates
- Fetching photos of a destination to show in a conversation
- Integrating Tripadvisor data into custom MCP-enabled applications
FAQ from Tripadvisor MCP Server
What are the requirements to run this server?
You need Python with uv installed, or Docker. An active Tripadvisor Content API key is required.
How do I obtain a Tripadvisor Content API key?
Sign up on the Tripadvisor Developer Portal and follow their API key generation process.
What tools are provided by this server?
Five tools: search_locations, search_nearby_locations, get_location_details, get_location_reviews, and get_location_photos.
Can I enable only specific tools?
Yes, the list of tools is configurable so you can choose which ones to expose to the MCP client.
How do I deploy the server with Docker?
Build the image with docker build -t tripadvisor-mcp-server . and run with docker run -it --rm -e TRIPADVISOR_API_KEY=your_key tripadvisor-mcp-server. For Claude Desktop, configure it to use Docker and pass the environment variable.
More Media & Design MCP servers
Image-Gen-Server
fengin一个能与Cursor集成的图片生成mcp server工具,实现调用即梦逆向接口
YouTube Transcript MCP Server
jkawamotoMCP server retrieving transcripts of YouTube videos
Game Asset Generator using MCP and Hugging Face Spaces
MubarakHAlketbiAn MCP server for creating 2D/3D game assets from text using Hugging Face AI models.
MCP Figma to React Converter
StudentOfJSMCP server for converting Figma designs to React components
Photoshop MCP Server
loonghaoA Model Context Protocol (MCP) server that interfaces with Adobe Photoshop's Python API. Enables LLMs to execute image editing operations, automate workflows, and manage Photoshop tasks through structured commands and context-aware interactions.
Comments