← Back to Plugins
MCP Server MCP

io.github.Distribea/distribea-mcp

github By github 👁 1 views ▲ 0 votes

Generate images, video, music and voice from your CLI or AI agent. On-brand AI media toolkit.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://distribea.com/api/mcp/remote",
      "headers": [
        {
          "description": "Bearer token — your Distribea MCP access key (dmcp_…) from https://distribea.com/account/mcp. Used by hosted site builders (Lovable, Bolt, v0…) that call the engine over HTTP.",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "Authorization"
        }
      ]
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "distribea-mcp",
      "version": "2.1.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your Distribea MCP access key (dmcp_…). Get it from your account page at https://distribea.com/account/mcp.",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "DISTRIBEA_MCP_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http npm

Comments

Sign in to leave a comment

Loading comments...