Skip to content
MCP-Bridge
Cloud InfrastructureAuto-generated

AWS MediaTailor MCP Server

<p>Use the AWS Elemental MediaTailor SDKs and CLI to configure scalable ad insertion and linear channels. With MediaTailor, you can assemble existing content into a linear stream and serve targeted ads to viewers while maintaining broadcast quality in over-the-top (OTT) video applications. For infor

Quick Setup

Transport: STDIO

Command: npx -y @mcp/amazonaws-com-mediatailor

Environment Variables

AWS_MEDIATAILOR_API_KEY

Example: your_aws_mediatailor_api_key

MCP Server Configuration

Add this to your claude_desktop_config.json or Cursor MCP settings.

{
  "mcpServers": {
    "amazonaws-com-mediatailor": {
      "command": "npx",
      "args": ["-y","@mcp/amazonaws-com-mediatailor"],
      "env": {
      "AWS_MEDIATAILOR_API_KEY": "your_aws_mediatailor_api_key"
}
    }
  }
}

Endpoints

PUT/configureLogs/channel

ConfigureLogsForChannel

PUT/configureLogs/playbackConfiguration

ConfigureLogsForPlaybackConfiguration

GET/channel/{ChannelName}

DescribeChannel

POST/channel/{ChannelName}

CreateChannel

PUT/channel/{ChannelName}

UpdateChannel

DELETE/channel/{ChannelName}

DeleteChannel

GET/sourceLocation/{SourceLocationName}/liveSource/{LiveSourceName}

DescribeLiveSource

POST/sourceLocation/{SourceLocationName}/liveSource/{LiveSourceName}

CreateLiveSource

PUT/sourceLocation/{SourceLocationName}/liveSource/{LiveSourceName}

UpdateLiveSource

DELETE/sourceLocation/{SourceLocationName}/liveSource/{LiveSourceName}

DeleteLiveSource