viator-mcp
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 vars
VIATOR_API_KEY VIATOR_LANGUAGE VIATOR_CACHE_TTL VIATOR_STATIC_CACHE_TTLClaude 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
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.