getyourguide-mcp
About
GetYourGuide tours & activities for Claude — search, details, options, and reviews
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
GYG_API_KEY GYG_CURRENCY GYG_LANGUAGEClaude Code
claude mcp add --env GYG_API_KEY= --env GYG_CURRENCY= --env GYG_LANGUAGE= getyourguide-mcp -- npx getyourguide-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":"getyourguide-mcp","command":"npx","args":["getyourguide-mcp"],"env":{"GYG_API_KEY":"","GYG_CURRENCY":"","GYG_LANGUAGE":""}}'
JSON
{
"mcpServers": {
"getyourguide-mcp": {
"command": "npx",
"args": [
"getyourguide-mcp"
],
"env": {
"GYG_API_KEY": "",
"GYG_CURRENCY": "",
"GYG_LANGUAGE": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.