mcpbeat Sign in

Getyourguide MCP Server

local only

Getyourguide MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 275 installs a week from npm. Last commit 20 Sep 2026.

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

Installs per day peak 187 · avg 32 · +251% w/w
a month agotoday
275
Installs / week
npm · getyourguide-mcp
0
Stars
0 open issues
20 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Getyourguide MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add getyourguide-mcp -- npx -y getyourguide-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "getyourguide-mcp": {
      "args": [
        "-y",
        "getyourguide-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.getyourguide-mcp]
command = "npx"
args = ["-y", "getyourguide-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "getyourguide-mcp": {
      "args": [
        "-y",
        "getyourguide-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "getyourguide-mcp": {
      "args": [
        "-y",
        "getyourguide-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: GYG_API_KEY (Your GetYourGuide Partner API key (X-ACCESS-TOKEN). Get one by joining the GetYourGuide partner program at partner.getyourguide.com.), GYG_CURRENCY (Default currency for prices (ISO 4217, e.g. USD or EUR). Optional — individual tool calls can override it.), GYG_LANGUAGE (Default content language (e.g. en, de). Optional — individual tool calls can override it.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Getyourguide MCP

same job, measured the same way
Alltrails MCP
by chrischall

Unofficial AllTrails MCP for Claude — search trails, get details, reviews, photos, saved lists

535 installs/wk local only
Viator MCP
by chrischall

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

579 installs/wk local only
Experiences Oracle
by piqod

Search & compare prices for tours, activities and tickets across multiple providers.

3 tools answering
Etix MCP
by chrischall

Etix event discovery for Claude — search events, venues & performers and fetch event details

547 installs/wk local only
Ask Gemini
by lykhoyda

Bridge Claude with Gemini CLI for AI-to-AI collaboration, code review, and second opinions

161 installs/wk local only
Tripadvisor MCP
by chrischall

TripAdvisor location search, details, photos, and reviews via the Terra API

608 installs/wk local only
Sortio
by canonicalmg

Read-only search of your Sortio knowledge graph (files and entities) for Claude and ChatGPT.

answering
TripAdvisor Reviews Scraper - Extract Ratings
by ranovam

Scrape TripAdvisor reviews for hotels, restaurants, attractions, and activities.

answering

Getyourguide MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Getyourguide MCP?
Getyourguide MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package getyourguide-mcp was installed 275 times last week.
How do I connect Getyourguide MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls getyourguide-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Getyourguide MCP?
The npm package getyourguide-mcp was installed 275 times in the last week. Week over week that is +251%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Getyourguide MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.