Skip to content
Grok

starreel for Grok

ai.starreel/starreel

Turn a script into a finished, downloadable short-drama episode — via MCP or REST.

client:Grok transport:stdio runtime:npm

Install starreel in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "starreel": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@starreel/mcp"
      ],
      "env": {
        "STARREEL_API_KEY": "<STARREEL_API_KEY>"
      }
    }
  }
}

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

starreel in other clients