← Back to browse

viator-mcp

Indexed by io.github.chrischall

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsVIATOR_API_KEY VIATOR_LANGUAGE VIATOR_CACHE_TTL VIATOR_STATIC_CACHE_TTL
Claude Code
claude mcp add --env VIATOR_API_KEY= --env VIATOR_LANGUAGE= --env VIATOR_CACHE_TTL= --env VIATOR_STATIC_CACHE_TTL= viator-mcp -- npx @chrischall/viator-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"viator-mcp","command":"npx","args":["@chrischall/viator-mcp"],"env":{"VIATOR_API_KEY":"","VIATOR_LANGUAGE":"","VIATOR_CACHE_TTL":"","VIATOR_STATIC_CACHE_TTL":""}}'
JSON
{
  "mcpServers": {
    "viator-mcp": {
      "command": "npx",
      "args": [
        "@chrischall/viator-mcp"
      ],
      "env": {
        "VIATOR_API_KEY": "",
        "VIATOR_LANGUAGE": "",
        "VIATOR_CACHE_TTL": "",
        "VIATOR_STATIC_CACHE_TTL": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.