sixflags mcp for VS Code
io.github.chrischall/sixflags-mcp
Six Flags MCP for Claude — live wait times, park hours, shows, and day planning
client:VS Code
transport:stdio
runtime:npm
Install sixflags mcp in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "sixflags-home-park",
"description": "SIXFLAGS_HOME_PARK",
"password": true
}
],
"servers": {
"sixflags-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"sixflags-mcp"
],
"env": {
"SIXFLAGS_HOME_PARK": "${input:sixflags-home-park}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs