← Back to browse

sixflags-mcp

Indexed by io.github.chrischall

About

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

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 varsSIXFLAGS_HOME_PARK
Claude Code
claude mcp add --env SIXFLAGS_HOME_PARK= sixflags-mcp -- npx sixflags-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"sixflags-mcp","command":"npx","args":["sixflags-mcp"],"env":{"SIXFLAGS_HOME_PARK":""}}'
JSON
{
  "mcpServers": {
    "sixflags-mcp": {
      "command": "npx",
      "args": [
        "sixflags-mcp"
      ],
      "env": {
        "SIXFLAGS_HOME_PARK": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.