viator-mcp

chrischall/viator-mcp
★ 0 stars TypeScript Search Updated 2d ago
MCP server for the Viator Partner API — search tours and activities, availability, attractions, destinations. Developed and maintained by AI.
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": {
    "viator-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "chrischall/viator-mcp"
      ]
    }
  }
}