nightmarquee for Claude Desktop
io.github.ant-dev-lab/nightmarquee
Cinematic website prompts as slash commands, tuned for Lovable, Bolt, Cursor and Claude.
client:Claude Desktop
transport:stdio
runtime:npm
Install nightmarquee in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"nightmarquee": {
"command": "npx",
"args": [
"-y",
"nightmarquee"
],
"env": {
"NIGHTMARQUEE_TOKEN": "<NIGHTMARQUEE_TOKEN>",
"NIGHTMARQUEE_NO_TELEMETRY": "<NIGHTMARQUEE_NO_TELEMETRY>",
"NIGHTMARQUEE_TIMEOUT_MS": "<NIGHTMARQUEE_TIMEOUT_MS>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs