Skip to content
Zed

getyourguide mcp for Zed

io.github.chrischall/getyourguide-mcp

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

client:Zed transport:stdio runtime:npm

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

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

getyourguide mcp in other clients