pab1it0/tripadvisor-mcp
A MCP server that enables LLMs to interact with Tripadvisor API, supporting location data, reviews, and photos through standardized MCP interfaces
Quick Start
Clone the repository:
git clone https://github.com/pab1it0/tripadvisor-mcpClaude Desktop configuration example:
{
"mcpServers": {
"tripadvisor-mcp": {
"command": "npx",
"args": [
"-y",
"pab1it0/tripadvisor-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.