tripadvisor-mcp

chrischall/tripadvisor-mcp
★ 0 stars TypeScript AI/LLM Updated 8d ago
TripAdvisor Content API MCP server — location search, details, photos, and reviews for Claude
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

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