Odel
broll

broll

Local
@luke-fairbanks5TypeScriptMITUpdated 1mo ago

Content studio MCP for coding agents: BYO keys, deterministic video rendering, draft-first posting

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmbroll-mcpv0.1.1

Run

npx -y broll-mcp

MCP client config

{
  "mcpServers": {
    "broll": {
      "command": "npx",
      "args": [
        "-y",
        "broll-mcp"
      ]
    }
  }
}