Skip to content
MCP-Bridge
Cloud Infrastructure

AWS Elemental MediaPackage VOD Claude Desktop Config

Add the AWS Elemental MediaPackage VOD MCP server to Claude Desktop with this ready-to-use configuration.

Setup Instructions

  1. Open Claude Desktop
  2. Go to Settings → Developer → Edit Config → claude_desktop_config.json
  3. Paste the JSON below into the file
  4. Set your credentials in the env section
  5. Restart Claude Desktop

Configuration JSON

Copy the entire block into your 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"
      }
    }
  }
}

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