Skip to content
MCP-Bridge
Cloud Infrastructure

AWS Elemental MediaPackage MCP Config

AWS Elemental MediaPackage

Config URL

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

https://mcp-bridge.pages.dev/config/amazonaws-com-mediapackage.json

Configuration JSON

Use curl https://mcp-bridge.pages.dev/config/amazonaws-com-mediapackage.json to fetch programmatically.

{
  "mcpServers": {
    "amazonaws-com-mediapackage": {
      "command": "npx",
      "args": ["-y","@mcp/amazonaws-com-mediapackage"],
      "env": {
      "AWS_ELEMENTAL_MEDIAPACKAGE_API_KEY": "your_aws_elemental_mediapackage_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://mcp-bridge.pages.dev/config/amazonaws-com-mediapackage.json

Environment Variables

AWS_ELEMENTAL_MEDIAPACKAGE_API_KEY

Replace your_aws_elemental_mediapackage_api_key with your actual aws elemental mediapackage api key

Endpoints

PUT/channels/{id}/configure_logs

ConfigureLogs

GET/channels

ListChannels

POST/channels

CreateChannel

GET/harvest_jobs

ListHarvestJobs

POST/harvest_jobs

CreateHarvestJob

GET/origin_endpoints

ListOriginEndpoints

POST/origin_endpoints

CreateOriginEndpoint

GET/channels/{id}

DescribeChannel

PUT/channels/{id}

UpdateChannel

DELETE/channels/{id}

DeleteChannel