quiplash_mcp

jtcorbett/quiplash_mcp
★ 0 stars Unknown language AI/LLM Updated today
MCP server for the Quiplash game
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "quiplash_mcp": {
      "command": "npx",
      "args": [
        "-y",
        "jtcorbett/quiplash_mcp"
      ]
    }
  }
}

README Excerpt

An MCP server that connects to a **live Jackbox Quiplash game** (jackbox.tv) as one or more player controllers, so an LLM can read prompts/votes and respond to them in real time — just like a phone controller would. Jackbox rooms are driven by a WebSocket protocol called **ecast**. There's no public spec for it, so this server's behavior was reverse-engineered by:

Tools (8)

quiplash_check_roomquiplash_get_pending_actionsquiplash_join_roomquiplash_leave_roomquiplash_list_playersquiplash_submit_answerquiplash_vote_head_to_headquiplash_vote_last_lash