Skip to content
MCP-BridgeMCP-Bridge
Cloud Infrastructure

AWS Elemental MediaPackage VOD MCP Config

AWS Elemental MediaPackage VOD

Config URL

Use this URL in any MCP-compatible client to fetch the config automatically.

https://mcpbridge.org/config/amazonaws-com-mediapackage-vod.json

One-Click Install

Copy the snippet for your MCP client and paste it in — zero editing required.

Claude Desktop

Add to claude_desktop_config.json

{
  "mcpServers": {
    "amazonaws-com-mediapackage-vod": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp/amazonaws-com-mediapackage-vod"
      ],
      "env": {
        "AWS_ELEMENTAL_MEDIAPACKAGE_VOD_API_KEY": "your_aws_elemental_mediapackage_vod_api_key"
      }
    }
  }
}

Cursor

Settings → MCP Servers → Add

{
  "mcpServers": {
    "amazonaws-com-mediapackage-vod": {
      "url": "https://mcpbridge.org/config/amazonaws-com-mediapackage-vod.json"
    }
  }
}

VS Code

Use with MCP extension

{
  "mcpServers": {
    "amazonaws-com-mediapackage-vod": {
      "url": "https://mcpbridge.org/config/amazonaws-com-mediapackage-vod.json"
    }
  }
}

Configuration JSON

Use curl https://mcpbridge.org/config/amazonaws-com-mediapackage-vod.json to fetch programmatically.

{
  "mcpServers": {
    "amazonaws-com-mediapackage-vod": {
      "command": "npx",
      "args": ["-y","@mcp/amazonaws-com-mediapackage-vod"],
      "env": {
      "AWS_ELEMENTAL_MEDIAPACKAGE_VOD_API_KEY": "your_aws_elemental_mediapackage_vod_api_key"
}
    }
  }
}

How to Use

Claude Desktop

Paste the config JSON into your claude_desktop_config.json.

Full instructions →

Cursor

Go to Cursor Settings → MCP Servers → Add with the JSON above.

CLI / curl

Fetch the config programmatically:

curl https://mcpbridge.org/config/amazonaws-com-mediapackage-vod.json

Environment Variables

AWS_ELEMENTAL_MEDIAPACKAGE_VOD_API_KEY

Replace your_aws_elemental_mediapackage_vod_api_key with your actual aws elemental mediapackage vod api key

Endpoints

PUT/packaging_groups/{id}/configure_logs

ConfigureLogs

GET/assets

ListAssets

POST/assets

CreateAsset

GET/packaging_configurations

ListPackagingConfigurations

POST/packaging_configurations

CreatePackagingConfiguration

GET/packaging_groups

ListPackagingGroups

POST/packaging_groups

CreatePackagingGroup

GET/assets/{id}

DescribeAsset

DELETE/assets/{id}

DeleteAsset

GET/packaging_configurations/{id}

DescribePackagingConfiguration