Skip to main content
Travel & TransportationPython/TypeScript

pab1it0/tripadvisor-mcp

A MCP server that enables LLMs to interact with Tripadvisor API, supporting location data, reviews, and photos through standardized MCP interfaces

travel-transportation
Share:

Quick Start

Clone the repository:

git clone https://github.com/pab1it0/tripadvisor-mcp

Claude Desktop configuration example:

{
  "mcpServers": {
    "tripadvisor-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "pab1it0/tripadvisor-mcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Travel & Transportation
Language
Python/TypeScript
Author
pab1it0