Back to MCP Servers
Tripadvisor
A MCP server that enables LLMs to interact with Tripadvisor API, supporting location data, reviews, and photos through standardized MCP interfaces
travel-transportationapillm
By pab1it0
Installation
npx -y tripadvisor-mcpConfiguration
{
"mcpServers": {
"tripadvisor-mcp": {
"command": "npx",
"args": ["-y", "tripadvisor-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes