OurFamilyWizard MCP
Rank #10,118io.github.chrischall/getyourguide-mcp
GetYourGuide tours & activities for Claude — search, details, options, and reviews
OurFamilyWizard MCP is a Model Context Protocol (MCP) server published by chrischall. It ranks #10,118 of 115,460 servers tracked on MCP Toplist. OurFamilyWizard MCP is listed across 3 registries — Official MCP, PulseMCP and Glama, with 3 tracked versions. It was first listed on Jul 5, 2026 and most recently updated on Aug 28, 2026.
Ranks ahead of 105,342 of 115,460 servers on MCP Toplist.
Use OurFamilyWizard MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add getyourguide-mcp -e "GYG_API_KEY=<your GYG_API_KEY>" -e "GYG_CURRENCY=<your GYG_CURRENCY>" -e "GYG_LANGUAGE=<your GYG_LANGUAGE>" -- npx -y getyourguide-mcpReplace each placeholder with your own value before saving.
[mcp_servers.getyourguide-mcp]
command = "npx"
args = ["-y", "getyourguide-mcp"]
[mcp_servers.getyourguide-mcp.env]
GYG_API_KEY = "<your GYG_API_KEY>"
GYG_CURRENCY = "<your GYG_CURRENCY>"
GYG_LANGUAGE = "<your GYG_LANGUAGE>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"getyourguide-mcp": {
"command": "npx",
"args": [
"-y",
"getyourguide-mcp"
],
"env": {
"GYG_API_KEY": "<your GYG_API_KEY>",
"GYG_CURRENCY": "<your GYG_CURRENCY>",
"GYG_LANGUAGE": "<your GYG_LANGUAGE>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"getyourguide-mcp": {
"command": "npx",
"args": [
"-y",
"getyourguide-mcp"
],
"env": {
"GYG_API_KEY": "<your GYG_API_KEY>",
"GYG_CURRENCY": "<your GYG_CURRENCY>",
"GYG_LANGUAGE": "<your GYG_LANGUAGE>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"getyourguide-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"getyourguide-mcp"
],
"env": {
"GYG_API_KEY": "<your GYG_API_KEY>",
"GYG_CURRENCY": "<your GYG_CURRENCY>",
"GYG_LANGUAGE": "<your GYG_LANGUAGE>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"getyourguide-mcp": {
"command": "npx",
"args": [
"-y",
"getyourguide-mcp"
],
"env": {
"GYG_API_KEY": "<your GYG_API_KEY>",
"GYG_CURRENCY": "<your GYG_CURRENCY>",
"GYG_LANGUAGE": "<your GYG_LANGUAGE>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"getyourguide-mcp": {
"command": "npx",
"args": [
"-y",
"getyourguide-mcp"
],
"env": {
"GYG_API_KEY": "<your GYG_API_KEY>",
"GYG_CURRENCY": "<your GYG_CURRENCY>",
"GYG_LANGUAGE": "<your GYG_LANGUAGE>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.chrischall%2Fgetyourguide-mcp)<a href="https://mcptoplist.com/server/io.github.chrischall%2Fgetyourguide-mcp"><img src="https://mcptoplist.com/badge/io.github.chrischall%2Fgetyourguide-mcp.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
chrischall
Other servers by chrischall
- OurFamilyWizard MCP#1,944 · 24 vers
- zola-mcp#3,092 · 14 vers
- skylight-mcp#3,741 · 8 vers
- redfin-mcp#4,029 · 10 vers
- gemini-mcp#4,034 · 18 vers
- infinitecampus-mcp#4,047 · 10 vers
- honeybook-mcp#4,230 · 19 vers
- Credit Karma MCP#4,680 · 13 vers
- canvas-parent-mcp#4,892 · 12 vers
- resy-mcp#5,130 · 10 vers
- splitwise-mcp#5,214 · 10 vers
- opentable-mcp#5,296 · 12 vers
Available versions (3)
| Version | Published |
|---|---|
| 1.1.4 | Aug 28, 2026 |
| 1.1.3 | Jul 27, 2026 |
| 1.0.0 | Jul 6, 2026 |
Frequently asked questions
- Who maintains OurFamilyWizard MCP?
- OurFamilyWizard MCP is maintained by chrischall, which publishes 71 MCP servers (492 total versions) tracked on MCP Toplist.
- Is OurFamilyWizard MCP listed on the Official MCP Registry?
- Yes — OurFamilyWizard MCP is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does OurFamilyWizard MCP have?
- MCP Toplist tracks 3 versions of OurFamilyWizard MCP, most recently published on Aug 28, 2026.
- Where can I find the source code for OurFamilyWizard MCP?
- The source code for OurFamilyWizard MCP is hosted at github.com/chrischall/getyourguide-mcp.