PluginBench
MCP Server
Active
MIT

io.github.chrischall/sixflags-mcp MCP Server

io.github.chrischall/sixflags-mcp

What is the io.github.chrischall/sixflags-mcp MCP server?

Six Flags MCP for Claude — live wait times, park hours, shows, and day planning

How to install io.github.chrischall/sixflags-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • SIXFLAGS_HOME_PARK

    Default park for tools that don't name one. A park name, themeparks.wiki slug, or park id. Defaults to Carowinds.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "sixflags-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "sixflags-mcp"
      ],
      "env": {
        "SIXFLAGS_HOME_PARK": "<YOUR_SIXFLAGS_HOME_PARK>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "sixflags-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "sixflags-mcp"
      ],
      "env": {
        "SIXFLAGS_HOME_PARK": "<YOUR_SIXFLAGS_HOME_PARK>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "sixflags-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "sixflags-mcp"
      ],
      "env": {
        "SIXFLAGS_HOME_PARK": "<YOUR_SIXFLAGS_HOME_PARK>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "sixflags-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "sixflags-mcp"
      ],
      "env": {
        "SIXFLAGS_HOME_PARK": "<YOUR_SIXFLAGS_HOME_PARK>"
      }
    }
  }
}
Claude Code
claude mcp add sixflags-mcp --env SIXFLAGS_HOME_PARK=<YOUR_SIXFLAGS_HOME_PARK> -- npx -y sixflags-mcp

Related MCP servers

OurFamilyWizard co-parenting for Claude — messages, calendar, expenses, and journal

5
TypeScript
MIT
View repository →

Zola wedding planning for Claude — vendors, budget, guests, seating, registry, and RSVPs

3
TypeScript
MIT
View repository →

Groupon deals for Claude — search and browse local, goods, and travel deals

2
TypeScript
MIT
View repository →

Redfin real-estate for Claude — search, property details, market reports, saved homes

2
TypeScript
MIT
View repository →

Google Sheets (and more) for Claude via gogcli — read, write, and manage spreadsheets

1
TypeScript
MIT
View repository →

Google Classroom via gogcli for Claude — courses, assignments, submissions, grading

1
TypeScript
MIT
View repository →