sixflags-mcp
Rank #11,507io.github.chrischall/sixflags-mcp
Six Flags MCP for Claude — live wait times, park hours, shows, and day planning
sixflags-mcp is a Model Context Protocol (MCP) server published by chrischall. It ranks #11,507 of 115,460 servers tracked on MCP Toplist. sixflags-mcp is listed across 2 registries — Official MCP and Glama, with 2 tracked versions. It was first listed on Jul 19, 2026 and most recently updated on Aug 9, 2026.
Ranks ahead of 103,953 of 115,460 servers on MCP Toplist.
Use sixflags-mcp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add sixflags-mcp -e "SIXFLAGS_HOME_PARK=<your SIXFLAGS_HOME_PARK>" -- npx -y sixflags-mcpReplace each placeholder with your own value before saving.
[mcp_servers.sixflags-mcp]
command = "npx"
args = ["-y", "sixflags-mcp"]
[mcp_servers.sixflags-mcp.env]
SIXFLAGS_HOME_PARK = "<your SIXFLAGS_HOME_PARK>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"sixflags-mcp": {
"command": "npx",
"args": [
"-y",
"sixflags-mcp"
],
"env": {
"SIXFLAGS_HOME_PARK": "<your SIXFLAGS_HOME_PARK>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"sixflags-mcp": {
"command": "npx",
"args": [
"-y",
"sixflags-mcp"
],
"env": {
"SIXFLAGS_HOME_PARK": "<your SIXFLAGS_HOME_PARK>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"sixflags-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"sixflags-mcp"
],
"env": {
"SIXFLAGS_HOME_PARK": "<your SIXFLAGS_HOME_PARK>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"sixflags-mcp": {
"command": "npx",
"args": [
"-y",
"sixflags-mcp"
],
"env": {
"SIXFLAGS_HOME_PARK": "<your SIXFLAGS_HOME_PARK>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"sixflags-mcp": {
"command": "npx",
"args": [
"-y",
"sixflags-mcp"
],
"env": {
"SIXFLAGS_HOME_PARK": "<your SIXFLAGS_HOME_PARK>"
}
}
}
}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%2Fsixflags-mcp)<a href="https://mcptoplist.com/server/io.github.chrischall%2Fsixflags-mcp"><img src="https://mcptoplist.com/badge/io.github.chrischall%2Fsixflags-mcp.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 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 (2)
| Version | Published |
|---|---|
| 1.0.3 | Aug 9, 2026 |
| 1.0.2 | Jul 27, 2026 |
Frequently asked questions
- Who maintains sixflags-mcp?
- sixflags-mcp is maintained by chrischall, which publishes 71 MCP servers (492 total versions) tracked on MCP Toplist.
- Is sixflags-mcp listed on the Official MCP Registry?
- Yes — sixflags-mcp is listed on the Official MCP Registry, alongside Glama.
- How many versions does sixflags-mcp have?
- MCP Toplist tracks 2 versions of sixflags-mcp, most recently published on Aug 9, 2026.
- Where can I find the source code for sixflags-mcp?
- The source code for sixflags-mcp is hosted at github.com/chrischall/sixflags-mcp.