Home › Design & Media › nightmarquee-mcp
nightmarquee-mcp
Cinematic website prompts as slash commands, tuned for Lovable, Bolt, Cursor and Claude.
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 nightmarquee@0.1.4
Or add to your MCP client config:
{
"mcpServers": {
"nightmarquee-mcp": {
"command": "npx",
"args": [
"-y",
"nightmarquee@0.1.4"
],
"env": {
"NIGHTMARQUEE_TOKEN": "<YOUR_VALUE>",
"NIGHTMARQUEE_NO_TELEMETRY": "<YOUR_VALUE>",
"NIGHTMARQUEE_TIMEOUT_MS": "<YOUR_VALUE>"
}
}
}
}
NIGHTMARQUEE_TOKENsecret — 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
figwright
Bidirectional Figma server over a local WebSocket relay: turn a selection into framework-aware code (reusing your components and tokens),…
Network Sketcher (Local MCP)
AI-native MCP server to design and manage Cisco network diagrams (L1/L2/L3, PPT/SVG) from LLMs.
Excalidraw Architect
Generate beautiful Excalidraw architecture diagrams with auto-layout and component styling
OpenTakeoff
Construction takeoff for AI agents: load plans, set scale, measure, count, export with provenance.
posecode
Author, ROM-validate, and render 3D human movement (.posecode) with a shareable playground link.
mermaid-mcp
AI-powered Mermaid diagram generation with 22+ diagram types including flowcharts, sequence diagrams, class diagrams, ER diagrams,…
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry