nightmarquee for Grok
io.github.ant-dev-lab/nightmarquee
Cinematic website prompts as slash commands, tuned for Lovable, Bolt, Cursor and Claude.
client:Grok
transport:stdio
runtime:npm
Install nightmarquee in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"nightmarquee": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"nightmarquee"
],
"env": {
"NIGHTMARQUEE_TOKEN": "<NIGHTMARQUEE_TOKEN>",
"NIGHTMARQUEE_NO_TELEMETRY": "<NIGHTMARQUEE_NO_TELEMETRY>",
"NIGHTMARQUEE_TIMEOUT_MS": "<NIGHTMARQUEE_TIMEOUT_MS>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs