PluginBench
MCP Server
Active

io.github.chrischall/viator-mcp MCP Server

io.github.chrischall/viator-mcp

What is the io.github.chrischall/viator-mcp MCP server?

Search Viator tours and activities — products, availability, attractions, destinations.

How to install io.github.chrischall/viator-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • VIATOR_API_KEY
    required
    secret

    Viator Partner API key (exp-api-key) — free Basic Access affiliate signup at partnerresources.viator.com

  • VIATOR_LANGUAGE

    Accept-Language for response text, e.g. en-US, es, fr, de, ja (default en-US)

  • VIATOR_CACHE_TTL

    Seconds to cache identical read responses (default 60; 0 disables)

  • VIATOR_STATIC_CACHE_TTL

    Seconds to cache reference data — destinations, tags, locations, rates (default 3600; 0 disables)

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "viator-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@chrischall/viator-mcp"
      ],
      "env": {
        "VIATOR_API_KEY": "<YOUR_VIATOR_API_KEY>",
        "VIATOR_LANGUAGE": "<YOUR_VIATOR_LANGUAGE>",
        "VIATOR_CACHE_TTL": "<YOUR_VIATOR_CACHE_TTL>",
        "VIATOR_STATIC_CACHE_TTL": "<YOUR_VIATOR_STATIC_CACHE_TTL>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "viator-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@chrischall/viator-mcp"
      ],
      "env": {
        "VIATOR_API_KEY": "<YOUR_VIATOR_API_KEY>",
        "VIATOR_LANGUAGE": "<YOUR_VIATOR_LANGUAGE>",
        "VIATOR_CACHE_TTL": "<YOUR_VIATOR_CACHE_TTL>",
        "VIATOR_STATIC_CACHE_TTL": "<YOUR_VIATOR_STATIC_CACHE_TTL>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "viator-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@chrischall/viator-mcp"
      ],
      "env": {
        "VIATOR_API_KEY": "<YOUR_VIATOR_API_KEY>",
        "VIATOR_LANGUAGE": "<YOUR_VIATOR_LANGUAGE>",
        "VIATOR_CACHE_TTL": "<YOUR_VIATOR_CACHE_TTL>",
        "VIATOR_STATIC_CACHE_TTL": "<YOUR_VIATOR_STATIC_CACHE_TTL>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "viator-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@chrischall/viator-mcp"
      ],
      "env": {
        "VIATOR_API_KEY": "<YOUR_VIATOR_API_KEY>",
        "VIATOR_LANGUAGE": "<YOUR_VIATOR_LANGUAGE>",
        "VIATOR_CACHE_TTL": "<YOUR_VIATOR_CACHE_TTL>",
        "VIATOR_STATIC_CACHE_TTL": "<YOUR_VIATOR_STATIC_CACHE_TTL>"
      }
    }
  }
}
Claude Code
claude mcp add viator-mcp --env VIATOR_API_KEY=<YOUR_VIATOR_API_KEY> --env VIATOR_LANGUAGE=<YOUR_VIATOR_LANGUAGE> --env VIATOR_CACHE_TTL=<YOUR_VIATOR_CACHE_TTL> --env VIATOR_STATIC_CACHE_TTL=<YOUR_VIATOR_STATIC_CACHE_TTL> -- npx -y @chrischall/viator-mcp

Related MCP servers

OurFamilyWizard co-parenting for Claude — messages, calendar, expenses, and journal

5
TypeScript
MIT
View repository →

Zola wedding planning for Claude — vendors, budget, guests, seating, registry, and RSVPs

3
TypeScript
MIT
View repository →

Groupon deals for Claude — search and browse local, goods, and travel deals

2
TypeScript
MIT
View repository →

Redfin real-estate for Claude — search, property details, market reports, saved homes

2
TypeScript
MIT
View repository →

Google Sheets (and more) for Claude via gogcli — read, write, and manage spreadsheets

1
TypeScript
MIT
View repository →

Google Classroom via gogcli for Claude — courses, assignments, submissions, grading

1
TypeScript
MIT
View repository →