mcpbeat Sign in

Sixflags MCP Server

local only

Sixflags MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 245 installs a week from npm. Last commit 15 Sep 2026.

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

Installs per day peak 117 · avg 6
a month agotoday
245
Installs / week
npm · sixflags-mcp
0
Stars
0 open issues
15 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Sixflags MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add sixflags-mcp -- npx -y sixflags-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "sixflags-mcp": {
      "args": [
        "-y",
        "sixflags-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.sixflags-mcp]
command = "npx"
args = ["-y", "sixflags-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "sixflags-mcp": {
      "args": [
        "-y",
        "sixflags-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "sixflags-mcp": {
      "args": [
        "-y",
        "sixflags-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: SIXFLAGS_HOME_PARK (Default park for tools that don't name one. A park name, themeparks.wiki slug, or park id. Defaults to Carowinds.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Sixflags MCP

same job, measured the same way
Themeparks
by pipeworx-io

ThemeParks.wiki MCP — live theme park wait times, schedules, and attraction data.

35 tools answering
OpenBusData
by andrewaubury

MCP server for UK Bus Open Data with timetable parsing, journey planning and live tracking.

113 installs/wk local only
Fable
by codechap

Anthropic Claude Fable 5 MCP server — top-tier planning and code critique for handoff

local only
Tempo API MCP
by chrischall

Tempo time-tracking for Claude — worklogs, plans, and timesheet approvals

331 installs/wk local only
Toggl MCP
by souravpn

MCP server for Toggl Track — gives Claude access to your time tracking data

25 installs/wk local only
SHOP MCP — Claude Connector for Shopify
by anderseen-digital

Connect Claude to your Shopify store. Edit themes, pages and products by describing what you want.

answering
Skiplagged MCP
by skiplagged

Skiplagged MCP Server for flight search, hotel booking, and travel planning

10 tools answering
Weatherai
by weatherai-io

WeatherAI — 11 live weather tools for Claude, Cursor, Windsurf and any MCP AI assistant

50 installs/wk local only

Sixflags MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Sixflags MCP?
Sixflags MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package sixflags-mcp was installed 245 times last week.
How do I connect Sixflags MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls sixflags-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Sixflags MCP?
The npm package sixflags-mcp was installed 245 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Sixflags MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.