Skip to content
Grok

getyourguide mcp for Grok

io.github.chrischall/getyourguide-mcp

GetYourGuide tours & activities for Claude — search, details, options, and reviews

client:Grok transport:stdio runtime:npm

Install getyourguide 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": {
    "getyourguide-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "getyourguide-mcp"
      ],
      "env": {
        "GYG_API_KEY": "<GYG_API_KEY>",
        "GYG_CURRENCY": "<GYG_CURRENCY>",
        "GYG_LANGUAGE": "<GYG_LANGUAGE>"
      }
    }
  }
}

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

getyourguide mcp in other clients