← Back to Plugins
MCP Server MCP

io.github.luke-fairbanks/broll

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "broll-mcp",
      "version": "0.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Optional: gpt-image-1 image generation",
          "isSecret": true,
          "name": "OPENAI_API_KEY"
        },
        {
          "description": "Optional: Imagen images + Veo video",
          "isSecret": true,
          "name": "GEMINI_API_KEY"
        },
        {
          "description": "Optional: Bluesky handle for live posting",
          "name": "BLUESKY_IDENTIFIER"
        },
        {
          "description": "Optional: Bluesky app password",
          "isSecret": true,
          "name": "BLUESKY_APP_PASSWORD"
        },
        {
          "description": "Optional: Mastodon app token for live posting",
          "isSecret": true,
          "name": "MASTODON_ACCESS_TOKEN"
        },
        {
          "description": "Optional: X consumer key (posting requires funded API credits)",
          "isSecret": true,
          "name": "X_API_KEY"
        },
        {
          "description": "Optional: X consumer secret",
          "isSecret": true,
          "name": "X_API_SECRET"
        },
        {
          "description": "Optional: X access token (Read and write)",
          "isSecret": true,
          "name": "X_ACCESS_TOKEN"
        },
        {
          "description": "Optional: X access token secret",
          "isSecret": true,
          "name": "X_ACCESS_TOKEN_SECRET"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...