HomeDesign & Media › nightmarquee-mcp

nightmarquee-mcp

Cinematic website prompts as slash commands, tuned for Lovable, Bolt, Cursor and Claude.

Official TypeScript Cloud macOSWindowsLinux
★ 0 stars Last pushed 2026-09-15 License: MIT

Topics: Architecture & Design

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.1.4)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "nightmarquee-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "NIGHTMARQUEE_TOKEN": "<YOUR_VALUE>",
        "NIGHTMARQUEE_NO_TELEMETRY": "<YOUR_VALUE>",
        "NIGHTMARQUEE_TIMEOUT_MS": "<YOUR_VALUE>"
      }
    }
  }
}
  • NIGHTMARQUEE_TOKEN secret — API token for headless or CI use. On a workstation run nightmarquee_sign_in instead.
  • NIGHTMARQUEE_NO_TELEMETRY — Set to 1 to stop sending the anonymous install ID and MCP client name.
  • NIGHTMARQUEE_TIMEOUT_MS — Per-request timeout in ms, default 10000. Invalid values fall back to the default.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry