Skip to content
Cursor

sixflags mcp for Cursor

io.github.chrischall/sixflags-mcp

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

client:Cursor transport:stdio runtime:npm

Install sixflags mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "sixflags-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "sixflags-mcp"
      ],
      "env": {
        "SIXFLAGS_HOME_PARK": "<SIXFLAGS_HOME_PARK>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

sixflags mcp in other clients