Skip to content
Zed

viator mcp for Zed

io.github.chrischall/viator-mcp

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

client:Zed transport:stdio runtime:npm

Install viator mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "viator-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@chrischall/viator-mcp"
      ],
      "env": {
        "VIATOR_API_KEY": "<VIATOR_API_KEY>",
        "VIATOR_LANGUAGE": "<VIATOR_LANGUAGE>",
        "VIATOR_CACHE_TTL": "<VIATOR_CACHE_TTL>",
        "VIATOR_STATIC_CACHE_TTL": "<VIATOR_STATIC_CACHE_TTL>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

viator mcp in other clients