Skip to content
Grok

viator mcp for Grok

io.github.chrischall/viator-mcp

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

client:Grok transport:stdio runtime:npm

Install viator mcp in Grok

.mcp.json (in your project root)

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

{
  "mcpServers": {
    "viator-mcp": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

viator mcp in other clients