Odel
tripadvisor mcp

tripadvisor mcp

Local
@chrischallTypeScriptMITUpdated 2 days ago

TripAdvisor location search, details, photos, and reviews via the Terra API

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@chrischall/tripadvisor-mcpv0.5.1

Run

npx -y @chrischall/tripadvisor-mcp

MCP client config

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